Class: TencentCloud::Wedata::V20210820::EventBatchCaseDTO
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::EventBatchCaseDTO
- Defined in:
- lib/v20210820/models.rb
Overview
事件连续时间实例信息
Instance Attribute Summary collapse
- #CaseId ⇒ Object
- #ConsumerId ⇒ Object
- #CreationTs ⇒ Object
- #Description ⇒ Object
- #EndDimension ⇒ Object
- #EventSubType ⇒ Object
- #Name ⇒ Object
- #StartDimension ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(caseid = nil, name = nil, startdimension = nil, creationts = nil, consumerid = nil, description = nil, enddimension = nil, eventsubtype = nil) ⇒ EventBatchCaseDTO
constructor
A new instance of EventBatchCaseDTO.
Constructor Details
#initialize(caseid = nil, name = nil, startdimension = nil, creationts = nil, consumerid = nil, description = nil, enddimension = nil, eventsubtype = nil) ⇒ EventBatchCaseDTO
Returns a new instance of EventBatchCaseDTO.
18825 18826 18827 18828 18829 18830 18831 18832 18833 18834 |
# File 'lib/v20210820/models.rb', line 18825 def initialize(caseid=nil, name=nil, startdimension=nil, creationts=nil, consumerid=nil, description=nil, enddimension=nil, eventsubtype=nil) @CaseId = caseid @Name = name @StartDimension = startdimension @CreationTs = creationts @ConsumerId = consumerid @Description = description @EndDimension = enddimension @EventSubType = eventsubtype end |
Instance Attribute Details
#CaseId ⇒ Object
18823 18824 18825 |
# File 'lib/v20210820/models.rb', line 18823 def CaseId @CaseId end |
#ConsumerId ⇒ Object
18823 18824 18825 |
# File 'lib/v20210820/models.rb', line 18823 def ConsumerId @ConsumerId end |
#CreationTs ⇒ Object
18823 18824 18825 |
# File 'lib/v20210820/models.rb', line 18823 def CreationTs @CreationTs end |
#Description ⇒ Object
18823 18824 18825 |
# File 'lib/v20210820/models.rb', line 18823 def Description @Description end |
#EndDimension ⇒ Object
18823 18824 18825 |
# File 'lib/v20210820/models.rb', line 18823 def EndDimension @EndDimension end |
#EventSubType ⇒ Object
18823 18824 18825 |
# File 'lib/v20210820/models.rb', line 18823 def EventSubType @EventSubType end |
#Name ⇒ Object
18823 18824 18825 |
# File 'lib/v20210820/models.rb', line 18823 def Name @Name end |
#StartDimension ⇒ Object
18823 18824 18825 |
# File 'lib/v20210820/models.rb', line 18823 def StartDimension @StartDimension end |
Instance Method Details
#deserialize(params) ⇒ Object
18836 18837 18838 18839 18840 18841 18842 18843 18844 18845 |
# File 'lib/v20210820/models.rb', line 18836 def deserialize(params) @CaseId = params['CaseId'] @Name = params['Name'] @StartDimension = params['StartDimension'] @CreationTs = params['CreationTs'] @ConsumerId = params['ConsumerId'] @Description = params['Description'] @EndDimension = params['EndDimension'] @EventSubType = params['EventSubType'] end |