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.
8894 8895 8896 8897 |
# File 'lib/v20200910/models.rb', line 8894 def initialize(name=nil, value=nil) @Name = name @Value = value end |
Instance Attribute Details
#Name ⇒ Object
8892 8893 8894 |
# File 'lib/v20200910/models.rb', line 8892 def Name @Name end |
#Value ⇒ Object
8892 8893 8894 |
# File 'lib/v20200910/models.rb', line 8892 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
8899 8900 8901 8902 |
# File 'lib/v20200910/models.rb', line 8899 def deserialize(params) @Name = params['Name'] @Value = params['Value'] end |