Class: TencentCloud::Mrs::V20200910::PoslistBlock
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mrs::V20200910::PoslistBlock
- Defined in:
- lib/v20200910/models.rb
Overview
肯定列表
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, value = nil) ⇒ PoslistBlock
constructor
A new instance of PoslistBlock.
Constructor Details
#initialize(name = nil, value = nil) ⇒ PoslistBlock
Returns a new instance of PoslistBlock.
8921 8922 8923 8924 |
# File 'lib/v20200910/models.rb', line 8921 def initialize(name=nil, value=nil) @Name = name @Value = value end |
Instance Attribute Details
#Name ⇒ Object
8919 8920 8921 |
# File 'lib/v20200910/models.rb', line 8919 def Name @Name end |
#Value ⇒ Object
8919 8920 8921 |
# File 'lib/v20200910/models.rb', line 8919 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
8926 8927 8928 8929 |
# File 'lib/v20200910/models.rb', line 8926 def deserialize(params) @Name = params['Name'] @Value = params['Value'] end |