Class: TencentCloud::Billing::V20180709::AllocationBillTrendDetail

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180709/models.rb

Overview

分账趋势图详情数据

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#MonthObject

Parameters:

  • Month:

    账单月份

  • Name:

    账单月份展示名称

  • RealTotalCost:

    合计费用(折后总额):分账单元总费用,归集费用(折后总额) + 分摊费用(折后总额)



144
145
146
# File 'lib/v20180709/models.rb', line 144

def Month
  @Month
end

#NameObject

Parameters:

  • Month:

    账单月份

  • Name:

    账单月份展示名称

  • RealTotalCost:

    合计费用(折后总额):分账单元总费用,归集费用(折后总额) + 分摊费用(折后总额)



144
145
146
# File 'lib/v20180709/models.rb', line 144

def Name
  @Name
end

#RealTotalCostObject

Parameters:

  • Month:

    账单月份

  • Name:

    账单月份展示名称

  • RealTotalCost:

    合计费用(折后总额):分账单元总费用,归集费用(折后总额) + 分摊费用(折后总额)



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