Class: TencentCloud::Weilingwith::V20230427::EventObj
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Weilingwith::V20230427::EventObj
- Defined in:
- lib/v20230427/models.rb
Overview
事件对象
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, name = nil, type = nil, condition = nil) ⇒ EventObj
constructor
A new instance of EventObj.
Constructor Details
#initialize(id = nil, name = nil, type = nil, condition = nil) ⇒ EventObj
Returns a new instance of EventObj.
5656 5657 5658 5659 5660 5661 |
# File 'lib/v20230427/models.rb', line 5656 def initialize(id=nil, name=nil, type=nil, condition=nil) @Id = id @Name = name @Type = type @Condition = condition end |
Instance Attribute Details
#Condition ⇒ Object
5654 5655 5656 |
# File 'lib/v20230427/models.rb', line 5654 def Condition @Condition end |
#Id ⇒ Object
5654 5655 5656 |
# File 'lib/v20230427/models.rb', line 5654 def Id @Id end |
#Name ⇒ Object
5654 5655 5656 |
# File 'lib/v20230427/models.rb', line 5654 def Name @Name end |
#Type ⇒ Object
5654 5655 5656 |
# File 'lib/v20230427/models.rb', line 5654 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
5663 5664 5665 5666 5667 5668 |
# File 'lib/v20230427/models.rb', line 5663 def deserialize(params) @Id = params['Id'] @Name = params['Name'] @Type = params['Type'] @Condition = params['Condition'] end |