Class: TencentCloud::Tione::V20211111::SpecPrice
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tione::V20211111::SpecPrice
- Defined in:
- lib/v20211111/models.rb
Overview
计费项询价结果
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(specname = nil, totalcost = nil, realtotalcost = nil, speccount = nil) ⇒ SpecPrice
constructor
A new instance of SpecPrice.
Constructor Details
#initialize(specname = nil, totalcost = nil, realtotalcost = nil, speccount = nil) ⇒ SpecPrice
Returns a new instance of SpecPrice.
8726 8727 8728 8729 8730 8731 |
# File 'lib/v20211111/models.rb', line 8726 def initialize(specname=nil, totalcost=nil, realtotalcost=nil, speccount=nil) @SpecName = specname @TotalCost = totalcost @RealTotalCost = realtotalcost @SpecCount = speccount end |
Instance Attribute Details
#RealTotalCost ⇒ Object
8724 8725 8726 |
# File 'lib/v20211111/models.rb', line 8724 def RealTotalCost @RealTotalCost end |
#SpecCount ⇒ Object
8724 8725 8726 |
# File 'lib/v20211111/models.rb', line 8724 def SpecCount @SpecCount end |
#SpecName ⇒ Object
8724 8725 8726 |
# File 'lib/v20211111/models.rb', line 8724 def SpecName @SpecName end |
#TotalCost ⇒ Object
8724 8725 8726 |
# File 'lib/v20211111/models.rb', line 8724 def TotalCost @TotalCost end |
Instance Method Details
#deserialize(params) ⇒ Object
8733 8734 8735 8736 8737 8738 |
# File 'lib/v20211111/models.rb', line 8733 def deserialize(params) @SpecName = params['SpecName'] @TotalCost = params['TotalCost'] @RealTotalCost = params['RealTotalCost'] @SpecCount = params['SpecCount'] end |