Class: TencentCloud::Billing::V20180709::ProjectSummaryOverviewItem
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Billing::V20180709::ProjectSummaryOverviewItem
- Defined in:
- lib/v20180709/models.rb
Overview
按项目汇总消费详情
Instance Attribute Summary collapse
- #BillMonth ⇒ Object
- #CashPayAmount ⇒ Object
- #IncentivePayAmount ⇒ Object
- #ProjectId ⇒ Object
- #ProjectName ⇒ Object
- #RealTotalCost ⇒ Object
- #RealTotalCostRatio ⇒ Object
- #TotalCost ⇒ Object
- #TransferPayAmount ⇒ Object
- #VoucherPayAmount ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(projectid = nil, projectname = nil, realtotalcostratio = nil, realtotalcost = nil, cashpayamount = nil, incentivepayamount = nil, voucherpayamount = nil, transferpayamount = nil, billmonth = nil, totalcost = nil) ⇒ ProjectSummaryOverviewItem
constructor
A new instance of ProjectSummaryOverviewItem.
Constructor Details
#initialize(projectid = nil, projectname = nil, realtotalcostratio = nil, realtotalcost = nil, cashpayamount = nil, incentivepayamount = nil, voucherpayamount = nil, transferpayamount = nil, billmonth = nil, totalcost = nil) ⇒ ProjectSummaryOverviewItem
Returns a new instance of ProjectSummaryOverviewItem.
10750 10751 10752 10753 10754 10755 10756 10757 10758 10759 10760 10761 |
# File 'lib/v20180709/models.rb', line 10750 def initialize(projectid=nil, projectname=nil, realtotalcostratio=nil, realtotalcost=nil, cashpayamount=nil, incentivepayamount=nil, voucherpayamount=nil, transferpayamount=nil, billmonth=nil, totalcost=nil) @ProjectId = projectid @ProjectName = projectname @RealTotalCostRatio = realtotalcostratio @RealTotalCost = realtotalcost @CashPayAmount = cashpayamount @IncentivePayAmount = incentivepayamount @VoucherPayAmount = voucherpayamount @TransferPayAmount = transferpayamount @BillMonth = billmonth @TotalCost = totalcost end |
Instance Attribute Details
#BillMonth ⇒ Object
10748 10749 10750 |
# File 'lib/v20180709/models.rb', line 10748 def BillMonth @BillMonth end |
#CashPayAmount ⇒ Object
10748 10749 10750 |
# File 'lib/v20180709/models.rb', line 10748 def CashPayAmount @CashPayAmount end |
#IncentivePayAmount ⇒ Object
10748 10749 10750 |
# File 'lib/v20180709/models.rb', line 10748 def IncentivePayAmount @IncentivePayAmount end |
#ProjectId ⇒ Object
10748 10749 10750 |
# File 'lib/v20180709/models.rb', line 10748 def ProjectId @ProjectId end |
#ProjectName ⇒ Object
10748 10749 10750 |
# File 'lib/v20180709/models.rb', line 10748 def ProjectName @ProjectName end |
#RealTotalCost ⇒ Object
10748 10749 10750 |
# File 'lib/v20180709/models.rb', line 10748 def RealTotalCost @RealTotalCost end |
#RealTotalCostRatio ⇒ Object
10748 10749 10750 |
# File 'lib/v20180709/models.rb', line 10748 def RealTotalCostRatio @RealTotalCostRatio end |
#TotalCost ⇒ Object
10748 10749 10750 |
# File 'lib/v20180709/models.rb', line 10748 def TotalCost @TotalCost end |
#TransferPayAmount ⇒ Object
10748 10749 10750 |
# File 'lib/v20180709/models.rb', line 10748 def TransferPayAmount @TransferPayAmount end |
#VoucherPayAmount ⇒ Object
10748 10749 10750 |
# File 'lib/v20180709/models.rb', line 10748 def VoucherPayAmount @VoucherPayAmount end |
Instance Method Details
#deserialize(params) ⇒ Object
10763 10764 10765 10766 10767 10768 10769 10770 10771 10772 10773 10774 |
# File 'lib/v20180709/models.rb', line 10763 def deserialize(params) @ProjectId = params['ProjectId'] @ProjectName = params['ProjectName'] @RealTotalCostRatio = params['RealTotalCostRatio'] @RealTotalCost = params['RealTotalCost'] @CashPayAmount = params['CashPayAmount'] @IncentivePayAmount = params['IncentivePayAmount'] @VoucherPayAmount = params['VoucherPayAmount'] @TransferPayAmount = params['TransferPayAmount'] @BillMonth = params['BillMonth'] @TotalCost = params['TotalCost'] end |