Class: TencentCloud::Cbs::V20170312::InquiryPriceCreateDisksResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cbs::V20170312::InquiryPriceCreateDisksResponse
- Defined in:
- lib/v20170312/models.rb
Overview
InquiryPriceCreateDisks返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(diskprice = nil, requestid = nil) ⇒ InquiryPriceCreateDisksResponse
constructor
A new instance of InquiryPriceCreateDisksResponse.
Constructor Details
#initialize(diskprice = nil, requestid = nil) ⇒ InquiryPriceCreateDisksResponse
Returns a new instance of InquiryPriceCreateDisksResponse.
2477 2478 2479 2480 |
# File 'lib/v20170312/models.rb', line 2477 def initialize(diskprice=nil, requestid=nil) @DiskPrice = diskprice @RequestId = requestid end |
Instance Attribute Details
#DiskPrice ⇒ Object
2475 2476 2477 |
# File 'lib/v20170312/models.rb', line 2475 def DiskPrice @DiskPrice end |
#RequestId ⇒ Object
2475 2476 2477 |
# File 'lib/v20170312/models.rb', line 2475 def RequestId @RequestId end |