Class: TencentCloud::Cvm::V20170312::InquiryPriceResetInstanceResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cvm::V20170312::InquiryPriceResetInstanceResponse
- Defined in:
- lib/v20170312/models.rb
Overview
InquiryPriceResetInstance返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(price = nil, requestid = nil) ⇒ InquiryPriceResetInstanceResponse
constructor
A new instance of InquiryPriceResetInstanceResponse.
Constructor Details
#initialize(price = nil, requestid = nil) ⇒ InquiryPriceResetInstanceResponse
Returns a new instance of InquiryPriceResetInstanceResponse.
4654 4655 4656 4657 |
# File 'lib/v20170312/models.rb', line 4654 def initialize(price=nil, requestid=nil) @Price = price @RequestId = requestid end |
Instance Attribute Details
#Price ⇒ Object
4652 4653 4654 |
# File 'lib/v20170312/models.rb', line 4652 def Price @Price end |
#RequestId ⇒ Object
4652 4653 4654 |
# File 'lib/v20170312/models.rb', line 4652 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4659 4660 4661 4662 4663 4664 4665 |
# File 'lib/v20170312/models.rb', line 4659 def deserialize(params) unless params['Price'].nil? @Price = Price.new @Price.deserialize(params['Price']) end @RequestId = params['RequestId'] end |