Class: TencentCloud::Billing::V20180709::BillProduct
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Billing::V20180709::BillProduct
- Defined in:
- lib/v20180709/models.rb
Overview
子产品筛选列表
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(productcode = nil, productcodename = nil) ⇒ BillProduct
constructor
A new instance of BillProduct.
Constructor Details
#initialize(productcode = nil, productcodename = nil) ⇒ BillProduct
Returns a new instance of BillProduct.
2876 2877 2878 2879 |
# File 'lib/v20180709/models.rb', line 2876 def initialize(productcode=nil, productcodename=nil) @ProductCode = productcode @ProductCodeName = productcodename end |
Instance Attribute Details
#ProductCode ⇒ Object
2874 2875 2876 |
# File 'lib/v20180709/models.rb', line 2874 def ProductCode @ProductCode end |
#ProductCodeName ⇒ Object
2874 2875 2876 |
# File 'lib/v20180709/models.rb', line 2874 def ProductCodeName @ProductCodeName end |
Instance Method Details
#deserialize(params) ⇒ Object
2881 2882 2883 2884 |
# File 'lib/v20180709/models.rb', line 2881 def deserialize(params) @ProductCode = params['ProductCode'] @ProductCodeName = params['ProductCodeName'] end |