Class: TencentCloud::Tcr::V20190924::WebhookTriggerLog
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcr::V20190924::WebhookTriggerLog
- Defined in:
- lib/v20190924/models.rb
Overview
触发器日志
Instance Attribute Summary collapse
- #CreationTime ⇒ Object
- #Detail ⇒ Object
- #EventType ⇒ Object
- #Id ⇒ Object
- #NotifyType ⇒ Object
- #Status ⇒ Object
- #TriggerId ⇒ Object
- #UpdateTime ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, triggerid = nil, eventtype = nil, notifytype = nil, detail = nil, creationtime = nil, updatetime = nil, status = nil) ⇒ WebhookTriggerLog
constructor
A new instance of WebhookTriggerLog.
Constructor Details
#initialize(id = nil, triggerid = nil, eventtype = nil, notifytype = nil, detail = nil, creationtime = nil, updatetime = nil, status = nil) ⇒ WebhookTriggerLog
Returns a new instance of WebhookTriggerLog.
7809 7810 7811 7812 7813 7814 7815 7816 7817 7818 |
# File 'lib/v20190924/models.rb', line 7809 def initialize(id=nil, triggerid=nil, eventtype=nil, notifytype=nil, detail=nil, creationtime=nil, updatetime=nil, status=nil) @Id = id @TriggerId = triggerid @EventType = eventtype @NotifyType = notifytype @Detail = detail @CreationTime = creationtime @UpdateTime = updatetime @Status = status end |
Instance Attribute Details
#CreationTime ⇒ Object
7807 7808 7809 |
# File 'lib/v20190924/models.rb', line 7807 def CreationTime @CreationTime end |
#Detail ⇒ Object
7807 7808 7809 |
# File 'lib/v20190924/models.rb', line 7807 def Detail @Detail end |
#EventType ⇒ Object
7807 7808 7809 |
# File 'lib/v20190924/models.rb', line 7807 def EventType @EventType end |
#Id ⇒ Object
7807 7808 7809 |
# File 'lib/v20190924/models.rb', line 7807 def Id @Id end |
#NotifyType ⇒ Object
7807 7808 7809 |
# File 'lib/v20190924/models.rb', line 7807 def NotifyType @NotifyType end |
#Status ⇒ Object
7807 7808 7809 |
# File 'lib/v20190924/models.rb', line 7807 def Status @Status end |
#TriggerId ⇒ Object
7807 7808 7809 |
# File 'lib/v20190924/models.rb', line 7807 def TriggerId @TriggerId end |
#UpdateTime ⇒ Object
7807 7808 7809 |
# File 'lib/v20190924/models.rb', line 7807 def UpdateTime @UpdateTime end |
Instance Method Details
#deserialize(params) ⇒ Object
7820 7821 7822 7823 7824 7825 7826 7827 7828 7829 |
# File 'lib/v20190924/models.rb', line 7820 def deserialize(params) @Id = params['Id'] @TriggerId = params['TriggerId'] @EventType = params['EventType'] @NotifyType = params['NotifyType'] @Detail = params['Detail'] @CreationTime = params['CreationTime'] @UpdateTime = params['UpdateTime'] @Status = params['Status'] end |