Class: TencentCloud::Cvm::V20170312::InquiryPriceRenewInstancesResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cvm::V20170312::InquiryPriceRenewInstancesResponse
- Defined in:
- lib/v20170312/models.rb
Overview
InquiryPriceRenewInstances返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(price = nil, requestid = nil) ⇒ InquiryPriceRenewInstancesResponse
constructor
A new instance of InquiryPriceRenewInstancesResponse.
Constructor Details
#initialize(price = nil, requestid = nil) ⇒ InquiryPriceRenewInstancesResponse
Returns a new instance of InquiryPriceRenewInstancesResponse.
4590 4591 4592 4593 |
# File 'lib/v20170312/models.rb', line 4590 def initialize(price=nil, requestid=nil) @Price = price @RequestId = requestid end |
Instance Attribute Details
#Price ⇒ Object
4588 4589 4590 |
# File 'lib/v20170312/models.rb', line 4588 def Price @Price end |
#RequestId ⇒ Object
4588 4589 4590 |
# File 'lib/v20170312/models.rb', line 4588 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4595 4596 4597 4598 4599 4600 4601 |
# File 'lib/v20170312/models.rb', line 4595 def deserialize(params) unless params['Price'].nil? @Price = Price.new @Price.deserialize(params['Price']) end @RequestId = params['RequestId'] end |