Class: TencentCloud::Wedata::V20210820::EventCaseDTO
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::EventCaseDTO
- Defined in:
- lib/v20210820/models.rb
Overview
事件实例信息
Instance Attribute Summary collapse
- #CaseId ⇒ Object
- #ConsumerId ⇒ Object
- #CreationTs ⇒ Object
- #Description ⇒ Object
- #Dimension ⇒ Object
- #Name ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(caseid = nil, name = nil, dimension = nil, creationts = nil, consumerid = nil, description = nil) ⇒ EventCaseDTO
constructor
A new instance of EventCaseDTO.
Constructor Details
#initialize(caseid = nil, name = nil, dimension = nil, creationts = nil, consumerid = nil, description = nil) ⇒ EventCaseDTO
Returns a new instance of EventCaseDTO.
19181 19182 19183 19184 19185 19186 19187 19188 |
# File 'lib/v20210820/models.rb', line 19181 def initialize(caseid=nil, name=nil, dimension=nil, creationts=nil, consumerid=nil, description=nil) @CaseId = caseid @Name = name @Dimension = dimension @CreationTs = creationts @ConsumerId = consumerid @Description = description end |
Instance Attribute Details
#CaseId ⇒ Object
19179 19180 19181 |
# File 'lib/v20210820/models.rb', line 19179 def CaseId @CaseId end |
#ConsumerId ⇒ Object
19179 19180 19181 |
# File 'lib/v20210820/models.rb', line 19179 def ConsumerId @ConsumerId end |
#CreationTs ⇒ Object
19179 19180 19181 |
# File 'lib/v20210820/models.rb', line 19179 def CreationTs @CreationTs end |
#Description ⇒ Object
19179 19180 19181 |
# File 'lib/v20210820/models.rb', line 19179 def Description @Description end |
#Dimension ⇒ Object
19179 19180 19181 |
# File 'lib/v20210820/models.rb', line 19179 def Dimension @Dimension end |
#Name ⇒ Object
19179 19180 19181 |
# File 'lib/v20210820/models.rb', line 19179 def Name @Name end |
Instance Method Details
#deserialize(params) ⇒ Object
19190 19191 19192 19193 19194 19195 19196 19197 |
# File 'lib/v20210820/models.rb', line 19190 def deserialize(params) @CaseId = params['CaseId'] @Name = params['Name'] @Dimension = params['Dimension'] @CreationTs = params['CreationTs'] @ConsumerId = params['ConsumerId'] @Description = params['Description'] end |