Class: TencentCloud::Lighthouse::V20200324::Price
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lighthouse::V20200324::Price
- Defined in:
- lib/v20200324/models.rb
Overview
价格信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceprice = nil) ⇒ Price
constructor
A new instance of Price.
Constructor Details
#initialize(instanceprice = nil) ⇒ Price
Returns a new instance of Price.
7290 7291 7292 |
# File 'lib/v20200324/models.rb', line 7290 def initialize(instanceprice=nil) @InstancePrice = instanceprice end |
Instance Attribute Details
#InstancePrice ⇒ Object
7288 7289 7290 |
# File 'lib/v20200324/models.rb', line 7288 def InstancePrice @InstancePrice end |
Instance Method Details
#deserialize(params) ⇒ Object
7294 7295 7296 7297 7298 7299 |
# File 'lib/v20200324/models.rb', line 7294 def deserialize(params) unless params['InstancePrice'].nil? @InstancePrice = InstancePrice.new @InstancePrice.deserialize(params['InstancePrice']) end end |