Class: TencentCloud::Billing::V20180709::ConsumptionSummaryTrend
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Billing::V20180709::ConsumptionSummaryTrend
- Defined in:
- lib/v20180709/models.rb
Overview
消耗费用趋势
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil, value = nil) ⇒ ConsumptionSummaryTrend
constructor
A new instance of ConsumptionSummaryTrend.
Constructor Details
#initialize(type = nil, value = nil) ⇒ ConsumptionSummaryTrend
Returns a new instance of ConsumptionSummaryTrend.
4583 4584 4585 4586 |
# File 'lib/v20180709/models.rb', line 4583 def initialize(type=nil, value=nil) @Type = type @Value = value end |
Instance Attribute Details
#Type ⇒ Object
4581 4582 4583 |
# File 'lib/v20180709/models.rb', line 4581 def Type @Type end |
#Value ⇒ Object
4581 4582 4583 |
# File 'lib/v20180709/models.rb', line 4581 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
4588 4589 4590 4591 |
# File 'lib/v20180709/models.rb', line 4588 def deserialize(params) @Type = params['Type'] @Value = params['Value'] end |