Class: TencentCloud::Billing::V20180709::BillDetailComponentConfig
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Billing::V20180709::BillDetailComponentConfig
- Defined in:
- lib/v20180709/models.rb
Overview
明细账单配置描述结构
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, value = nil) ⇒ BillDetailComponentConfig
constructor
A new instance of BillDetailComponentConfig.
Constructor Details
#initialize(name = nil, value = nil) ⇒ BillDetailComponentConfig
Returns a new instance of BillDetailComponentConfig.
2590 2591 2592 2593 |
# File 'lib/v20180709/models.rb', line 2590 def initialize(name=nil, value=nil) @Name = name @Value = value end |
Instance Attribute Details
#Name ⇒ Object
2588 2589 2590 |
# File 'lib/v20180709/models.rb', line 2588 def Name @Name end |
#Value ⇒ Object
2588 2589 2590 |
# File 'lib/v20180709/models.rb', line 2588 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
2595 2596 2597 2598 |
# File 'lib/v20180709/models.rb', line 2595 def deserialize(params) @Name = params['Name'] @Value = params['Value'] end |