Class: TencentCloud::Weilingwith::V20230427::Event
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Weilingwith::V20230427::Event
- Defined in:
- lib/v20230427/models.rb
Overview
事件信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, name = nil) ⇒ Event
constructor
A new instance of Event.
Constructor Details
#initialize(id = nil, name = nil) ⇒ Event
Returns a new instance of Event.
5577 5578 5579 5580 |
# File 'lib/v20230427/models.rb', line 5577 def initialize(id=nil, name=nil) @Id = id @Name = name end |
Instance Attribute Details
#Id ⇒ Object
5575 5576 5577 |
# File 'lib/v20230427/models.rb', line 5575 def Id @Id end |
#Name ⇒ Object
5575 5576 5577 |
# File 'lib/v20230427/models.rb', line 5575 def Name @Name end |
Instance Method Details
#deserialize(params) ⇒ Object
5582 5583 5584 5585 |
# File 'lib/v20230427/models.rb', line 5582 def deserialize(params) @Id = params['Id'] @Name = params['Name'] end |