Class: TencentCloud::Dcdb::V20180411::DescribeDCDBUpgradePriceResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dcdb::V20180411::DescribeDCDBUpgradePriceResponse
- Defined in:
- lib/v20180411/models.rb
Overview
DescribeDCDBUpgradePrice返回参数结构体
Instance Attribute Summary collapse
-
#Formula ⇒ Object
-
单位:默认为分,若请求参数带有AmountUnit,参考AmountUnit描述 * 币种:国内站为人民币,国际站为美元 * 单位:默认为分,若请求参数带有AmountUnit,参考AmountUnit描述 * 币种:国内站人民币,国际站美元.
-
-
#OriginalPrice ⇒ Object
-
单位:默认为分,若请求参数带有AmountUnit,参考AmountUnit描述 * 币种:国内站为人民币,国际站为美元 * 单位:默认为分,若请求参数带有AmountUnit,参考AmountUnit描述 * 币种:国内站人民币,国际站美元.
-
-
#Price ⇒ Object
-
单位:默认为分,若请求参数带有AmountUnit,参考AmountUnit描述 * 币种:国内站为人民币,国际站为美元 * 单位:默认为分,若请求参数带有AmountUnit,参考AmountUnit描述 * 币种:国内站人民币,国际站美元.
-
-
#RequestId ⇒ Object
-
单位:默认为分,若请求参数带有AmountUnit,参考AmountUnit描述 * 币种:国内站为人民币,国际站为美元 * 单位:默认为分,若请求参数带有AmountUnit,参考AmountUnit描述 * 币种:国内站人民币,国际站美元.
-
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(originalprice = nil, price = nil, formula = nil, requestid = nil) ⇒ DescribeDCDBUpgradePriceResponse
constructor
A new instance of DescribeDCDBUpgradePriceResponse.
Constructor Details
#initialize(originalprice = nil, price = nil, formula = nil, requestid = nil) ⇒ DescribeDCDBUpgradePriceResponse
Returns a new instance of DescribeDCDBUpgradePriceResponse.
3423 3424 3425 3426 3427 3428 |
# File 'lib/v20180411/models.rb', line 3423 def initialize(originalprice=nil, price=nil, formula=nil, requestid=nil) @OriginalPrice = originalprice @Price = price @Formula = formula @RequestId = requestid end |
Instance Attribute Details
#Formula ⇒ Object
-
单位:默认为分,若请求参数带有AmountUnit,参考AmountUnit描述
-
币种:国内站为人民币,国际站为美元
-
单位:默认为分,若请求参数带有AmountUnit,参考AmountUnit描述
-
币种:国内站人民币,国际站美元
3421 3422 3423 |
# File 'lib/v20180411/models.rb', line 3421 def Formula @Formula end |
#OriginalPrice ⇒ Object
-
单位:默认为分,若请求参数带有AmountUnit,参考AmountUnit描述
-
币种:国内站为人民币,国际站为美元
-
单位:默认为分,若请求参数带有AmountUnit,参考AmountUnit描述
-
币种:国内站人民币,国际站美元
3421 3422 3423 |
# File 'lib/v20180411/models.rb', line 3421 def OriginalPrice @OriginalPrice end |
#Price ⇒ Object
-
单位:默认为分,若请求参数带有AmountUnit,参考AmountUnit描述
-
币种:国内站为人民币,国际站为美元
-
单位:默认为分,若请求参数带有AmountUnit,参考AmountUnit描述
-
币种:国内站人民币,国际站美元
3421 3422 3423 |
# File 'lib/v20180411/models.rb', line 3421 def Price @Price end |
#RequestId ⇒ Object
-
单位:默认为分,若请求参数带有AmountUnit,参考AmountUnit描述
-
币种:国内站为人民币,国际站为美元
-
单位:默认为分,若请求参数带有AmountUnit,参考AmountUnit描述
-
币种:国内站人民币,国际站美元
3421 3422 3423 |
# File 'lib/v20180411/models.rb', line 3421 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3430 3431 3432 3433 3434 3435 |
# File 'lib/v20180411/models.rb', line 3430 def deserialize(params) @OriginalPrice = params['OriginalPrice'] @Price = params['Price'] @Formula = params['Formula'] @RequestId = params['RequestId'] end |