Class: TencentCloud::Trp::V20210515::ChainValue
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Trp::V20210515::ChainValue
- Defined in:
- lib/v20210515/models.rb
Overview
上链数据 key-value
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(label = nil, type = nil, value = nil) ⇒ ChainValue
constructor
A new instance of ChainValue.
Constructor Details
#initialize(label = nil, type = nil, value = nil) ⇒ ChainValue
Returns a new instance of ChainValue.
183 184 185 186 187 |
# File 'lib/v20210515/models.rb', line 183 def initialize(label=nil, type=nil, value=nil) @Label = label @Type = type @Value = value end |
Instance Attribute Details
#Label ⇒ Object
181 182 183 |
# File 'lib/v20210515/models.rb', line 181 def Label @Label end |
#Type ⇒ Object
181 182 183 |
# File 'lib/v20210515/models.rb', line 181 def Type @Type end |
#Value ⇒ Object
181 182 183 |
# File 'lib/v20210515/models.rb', line 181 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
189 190 191 192 193 |
# File 'lib/v20210515/models.rb', line 189 def deserialize(params) @Label = params['Label'] @Type = params['Type'] @Value = params['Value'] end |