Class: TencentCloud::Billing::V20180709::AllocationBillTrendDetail
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Billing::V20180709::AllocationBillTrendDetail
- Defined in:
- lib/v20180709/models.rb
Overview
分账趋势图详情数据
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(month = nil, name = nil, realtotalcost = nil) ⇒ AllocationBillTrendDetail
constructor
A new instance of AllocationBillTrendDetail.
Constructor Details
#initialize(month = nil, name = nil, realtotalcost = nil) ⇒ AllocationBillTrendDetail
Returns a new instance of AllocationBillTrendDetail.
146 147 148 149 150 |
# File 'lib/v20180709/models.rb', line 146 def initialize(month=nil, name=nil, realtotalcost=nil) @Month = month @Name = name @RealTotalCost = realtotalcost end |
Instance Attribute Details
#Month ⇒ Object
144 145 146 |
# File 'lib/v20180709/models.rb', line 144 def Month @Month end |
#Name ⇒ Object
144 145 146 |
# File 'lib/v20180709/models.rb', line 144 def Name @Name end |
#RealTotalCost ⇒ Object
144 145 146 |
# File 'lib/v20180709/models.rb', line 144 def RealTotalCost @RealTotalCost end |
Instance Method Details
#deserialize(params) ⇒ Object
152 153 154 155 156 |
# File 'lib/v20180709/models.rb', line 152 def deserialize(params) @Month = params['Month'] @Name = params['Name'] @RealTotalCost = params['RealTotalCost'] end |