Class: TencentCloud::Ecm::V20190719::DescribePriceRunInstanceResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ecm::V20190719::DescribePriceRunInstanceResponse
- Defined in:
- lib/v20190719/models.rb
Overview
DescribePriceRunInstance返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceprice = nil, requestid = nil) ⇒ DescribePriceRunInstanceResponse
constructor
A new instance of DescribePriceRunInstanceResponse.
Constructor Details
#initialize(instanceprice = nil, requestid = nil) ⇒ DescribePriceRunInstanceResponse
Returns a new instance of DescribePriceRunInstanceResponse.
4118 4119 4120 4121 |
# File 'lib/v20190719/models.rb', line 4118 def initialize(instanceprice=nil, requestid=nil) @InstancePrice = instanceprice @RequestId = requestid end |
Instance Attribute Details
#InstancePrice ⇒ Object
4116 4117 4118 |
# File 'lib/v20190719/models.rb', line 4116 def InstancePrice @InstancePrice end |
#RequestId ⇒ Object
4116 4117 4118 |
# File 'lib/v20190719/models.rb', line 4116 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4123 4124 4125 4126 4127 4128 4129 |
# File 'lib/v20190719/models.rb', line 4123 def deserialize(params) unless params['InstancePrice'].nil? @InstancePrice = InstancesPrice.new @InstancePrice.deserialize(params['InstancePrice']) end @RequestId = params['RequestId'] end |