Class: TencentCloud::Dbbrain::V20210527::AutonomyEventVo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dbbrain::V20210527::AutonomyEventVo
- Defined in:
- lib/v20210527/models.rb
Overview
自治事件详情
Instance Attribute Summary collapse
- #CreateTime ⇒ Object
- #EventId ⇒ Object
- #FinishTime ⇒ Object
- #LastTriggerTime ⇒ Object
- #Reason ⇒ Object
- #Status ⇒ Object
- #TriggerTime ⇒ Object
- #Type ⇒ Object
- #UpdateTime ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(eventid = nil, type = nil, status = nil, reason = nil, triggertime = nil, lasttriggertime = nil, createtime = nil, updatetime = nil, finishtime = nil) ⇒ AutonomyEventVo
constructor
A new instance of AutonomyEventVo.
Constructor Details
#initialize(eventid = nil, type = nil, status = nil, reason = nil, triggertime = nil, lasttriggertime = nil, createtime = nil, updatetime = nil, finishtime = nil) ⇒ AutonomyEventVo
Returns a new instance of AutonomyEventVo.
497 498 499 500 501 502 503 504 505 506 507 |
# File 'lib/v20210527/models.rb', line 497 def initialize(eventid=nil, type=nil, status=nil, reason=nil, triggertime=nil, lasttriggertime=nil, createtime=nil, updatetime=nil, finishtime=nil) @EventId = eventid @Type = type @Status = status @Reason = reason @TriggerTime = triggertime @LastTriggerTime = lasttriggertime @CreateTime = createtime @UpdateTime = updatetime @FinishTime = finishtime end |
Instance Attribute Details
#CreateTime ⇒ Object
495 496 497 |
# File 'lib/v20210527/models.rb', line 495 def CreateTime @CreateTime end |
#EventId ⇒ Object
495 496 497 |
# File 'lib/v20210527/models.rb', line 495 def EventId @EventId end |
#FinishTime ⇒ Object
495 496 497 |
# File 'lib/v20210527/models.rb', line 495 def FinishTime @FinishTime end |
#LastTriggerTime ⇒ Object
495 496 497 |
# File 'lib/v20210527/models.rb', line 495 def LastTriggerTime @LastTriggerTime end |
#Reason ⇒ Object
495 496 497 |
# File 'lib/v20210527/models.rb', line 495 def Reason @Reason end |
#Status ⇒ Object
495 496 497 |
# File 'lib/v20210527/models.rb', line 495 def Status @Status end |
#TriggerTime ⇒ Object
495 496 497 |
# File 'lib/v20210527/models.rb', line 495 def TriggerTime @TriggerTime end |
#Type ⇒ Object
495 496 497 |
# File 'lib/v20210527/models.rb', line 495 def Type @Type end |
#UpdateTime ⇒ Object
495 496 497 |
# File 'lib/v20210527/models.rb', line 495 def UpdateTime @UpdateTime end |
Instance Method Details
#deserialize(params) ⇒ Object
509 510 511 512 513 514 515 516 517 518 519 |
# File 'lib/v20210527/models.rb', line 509 def deserialize(params) @EventId = params['EventId'] @Type = params['Type'] @Status = params['Status'] @Reason = params['Reason'] @TriggerTime = params['TriggerTime'] @LastTriggerTime = params['LastTriggerTime'] @CreateTime = params['CreateTime'] @UpdateTime = params['UpdateTime'] @FinishTime = params['FinishTime'] end |