Class: TencentCloud::Billing::V20180709::SummaryTotal
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Billing::V20180709::SummaryTotal
- Defined in:
- lib/v20180709/models.rb
Overview
总数
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(realtotalcost = nil, totalcost = nil) ⇒ SummaryTotal
constructor
A new instance of SummaryTotal.
Constructor Details
#initialize(realtotalcost = nil, totalcost = nil) ⇒ SummaryTotal
Returns a new instance of SummaryTotal.
10893 10894 10895 10896 |
# File 'lib/v20180709/models.rb', line 10893 def initialize(realtotalcost=nil, totalcost=nil) @RealTotalCost = realtotalcost @TotalCost = totalcost end |
Instance Attribute Details
#RealTotalCost ⇒ Object
10891 10892 10893 |
# File 'lib/v20180709/models.rb', line 10891 def RealTotalCost @RealTotalCost end |
#TotalCost ⇒ Object
10891 10892 10893 |
# File 'lib/v20180709/models.rb', line 10891 def TotalCost @TotalCost end |
Instance Method Details
#deserialize(params) ⇒ Object
10898 10899 10900 10901 |
# File 'lib/v20180709/models.rb', line 10898 def deserialize(params) @RealTotalCost = params['RealTotalCost'] @TotalCost = params['TotalCost'] end |