Class: TencentCloud::Weilingwith::V20230427::LinkRule
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Weilingwith::V20230427::LinkRule
- Defined in:
- lib/v20230427/models.rb
Overview
关联规则信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, name = nil) ⇒ LinkRule
constructor
A new instance of LinkRule.
Constructor Details
#initialize(id = nil, name = nil) ⇒ LinkRule
Returns a new instance of LinkRule.
5815 5816 5817 5818 |
# File 'lib/v20230427/models.rb', line 5815 def initialize(id=nil, name=nil) @Id = id @Name = name end |
Instance Attribute Details
#Id ⇒ Object
5813 5814 5815 |
# File 'lib/v20230427/models.rb', line 5813 def Id @Id end |
#Name ⇒ Object
5813 5814 5815 |
# File 'lib/v20230427/models.rb', line 5813 def Name @Name end |
Instance Method Details
#deserialize(params) ⇒ Object
5820 5821 5822 5823 |
# File 'lib/v20230427/models.rb', line 5820 def deserialize(params) @Id = params['Id'] @Name = params['Name'] end |