Class: TencentCloud::Billing::V20180709::ProductInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Billing::V20180709::ProductInfo
- Defined in:
- lib/v20180709/models.rb
Overview
商品详细信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, value = nil) ⇒ ProductInfo
constructor
A new instance of ProductInfo.
Constructor Details
#initialize(name = nil, value = nil) ⇒ ProductInfo
Returns a new instance of ProductInfo.
10714 10715 10716 10717 |
# File 'lib/v20180709/models.rb', line 10714 def initialize(name=nil, value=nil) @Name = name @Value = value end |
Instance Attribute Details
#Name ⇒ Object
10712 10713 10714 |
# File 'lib/v20180709/models.rb', line 10712 def Name @Name end |
#Value ⇒ Object
10712 10713 10714 |
# File 'lib/v20180709/models.rb', line 10712 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
10719 10720 10721 10722 |
# File 'lib/v20180709/models.rb', line 10719 def deserialize(params) @Name = params['Name'] @Value = params['Value'] end |