Class: TencentCloud::Ckafka::V20190819::Price
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ckafka::V20190819::Price
- Defined in:
- lib/v20190819/models.rb
Overview
消息价格实体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(realtotalcost = nil, totalcost = nil) ⇒ Price
constructor
A new instance of Price.
Constructor Details
#initialize(realtotalcost = nil, totalcost = nil) ⇒ Price
Returns a new instance of Price.
10518 10519 10520 10521 |
# File 'lib/v20190819/models.rb', line 10518 def initialize(realtotalcost=nil, totalcost=nil) @RealTotalCost = realtotalcost @TotalCost = totalcost end |
Instance Attribute Details
#RealTotalCost ⇒ Object
10516 10517 10518 |
# File 'lib/v20190819/models.rb', line 10516 def RealTotalCost @RealTotalCost end |
#TotalCost ⇒ Object
10516 10517 10518 |
# File 'lib/v20190819/models.rb', line 10516 def TotalCost @TotalCost end |
Instance Method Details
#deserialize(params) ⇒ Object
10523 10524 10525 10526 |
# File 'lib/v20190819/models.rb', line 10523 def deserialize(params) @RealTotalCost = params['RealTotalCost'] @TotalCost = params['TotalCost'] end |