Class: TencentCloud::Cvm::V20170312::InquiryPriceRunInstancesResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cvm::V20170312::InquiryPriceRunInstancesResponse
- Defined in:
- lib/v20170312/models.rb
Overview
InquiryPriceRunInstances返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(price = nil, requestid = nil) ⇒ InquiryPriceRunInstancesResponse
constructor
A new instance of InquiryPriceRunInstancesResponse.
Constructor Details
#initialize(price = nil, requestid = nil) ⇒ InquiryPriceRunInstancesResponse
Returns a new instance of InquiryPriceRunInstancesResponse.
4964 4965 4966 4967 |
# File 'lib/v20170312/models.rb', line 4964 def initialize(price=nil, requestid=nil) @Price = price @RequestId = requestid end |
Instance Attribute Details
#Price ⇒ Object
4962 4963 4964 |
# File 'lib/v20170312/models.rb', line 4962 def Price @Price end |
#RequestId ⇒ Object
4962 4963 4964 |
# File 'lib/v20170312/models.rb', line 4962 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4969 4970 4971 4972 4973 4974 4975 |
# File 'lib/v20170312/models.rb', line 4969 def deserialize(params) unless params['Price'].nil? @Price = Price.new @Price.deserialize(params['Price']) end @RequestId = params['RequestId'] end |