Class: TencentCloud::Tic::V20201117::EventInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tic::V20201117::EventInfo
- Defined in:
- lib/v20201117/models.rb
Overview
事件详情
Instance Attribute Summary collapse
- #CreateTime ⇒ Object
- #EventId ⇒ Object
- #Message ⇒ Object
- #StackId ⇒ Object
- #Status ⇒ Object
- #Type ⇒ Object
- #VersionId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(eventid = nil, versionid = nil, stackid = nil, type = nil, status = nil, message = nil, createtime = nil) ⇒ EventInfo
constructor
A new instance of EventInfo.
Constructor Details
#initialize(eventid = nil, versionid = nil, stackid = nil, type = nil, status = nil, message = nil, createtime = nil) ⇒ EventInfo
Returns a new instance of EventInfo.
558 559 560 561 562 563 564 565 566 |
# File 'lib/v20201117/models.rb', line 558 def initialize(eventid=nil, versionid=nil, stackid=nil, type=nil, status=nil, =nil, createtime=nil) @EventId = eventid @VersionId = versionid @StackId = stackid @Type = type @Status = status @Message = @CreateTime = createtime end |
Instance Attribute Details
#CreateTime ⇒ Object
556 557 558 |
# File 'lib/v20201117/models.rb', line 556 def CreateTime @CreateTime end |
#EventId ⇒ Object
556 557 558 |
# File 'lib/v20201117/models.rb', line 556 def EventId @EventId end |
#Message ⇒ Object
556 557 558 |
# File 'lib/v20201117/models.rb', line 556 def Message @Message end |
#StackId ⇒ Object
556 557 558 |
# File 'lib/v20201117/models.rb', line 556 def StackId @StackId end |
#Status ⇒ Object
556 557 558 |
# File 'lib/v20201117/models.rb', line 556 def Status @Status end |
#Type ⇒ Object
556 557 558 |
# File 'lib/v20201117/models.rb', line 556 def Type @Type end |
#VersionId ⇒ Object
556 557 558 |
# File 'lib/v20201117/models.rb', line 556 def VersionId @VersionId end |
Instance Method Details
#deserialize(params) ⇒ Object
568 569 570 571 572 573 574 575 576 |
# File 'lib/v20201117/models.rb', line 568 def deserialize(params) @EventId = params['EventId'] @VersionId = params['VersionId'] @StackId = params['StackId'] @Type = params['Type'] @Status = params['Status'] @Message = params['Message'] @CreateTime = params['CreateTime'] end |