Class: TencentCloud::Dcdb::V20180411::DescribeDCDBRenewalPriceResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dcdb::V20180411::DescribeDCDBRenewalPriceResponse
- Defined in:
- lib/v20180411/models.rb
Overview
DescribeDCDBRenewalPrice返回参数结构体
Instance Attribute Summary collapse
-
#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, requestid = nil) ⇒ DescribeDCDBRenewalPriceResponse
constructor
A new instance of DescribeDCDBRenewalPriceResponse.
Constructor Details
#initialize(originalprice = nil, price = nil, requestid = nil) ⇒ DescribeDCDBRenewalPriceResponse
Returns a new instance of DescribeDCDBRenewalPriceResponse.
3234 3235 3236 3237 3238 |
# File 'lib/v20180411/models.rb', line 3234 def initialize(originalprice=nil, price=nil, requestid=nil) @OriginalPrice = originalprice @Price = price @RequestId = requestid end |
Instance Attribute Details
#OriginalPrice ⇒ Object
-
单位:默认为分,若请求参数带有AmountUnit,参考AmountUnit描述
-
币种:国内站为人民币,国际站为美元
-
单位:默认为分,若请求参数带有AmountUnit,参考AmountUnit描述
-
币种:国内站人民币,国际站美元
3232 3233 3234 |
# File 'lib/v20180411/models.rb', line 3232 def OriginalPrice @OriginalPrice end |
#Price ⇒ Object
-
单位:默认为分,若请求参数带有AmountUnit,参考AmountUnit描述
-
币种:国内站为人民币,国际站为美元
-
单位:默认为分,若请求参数带有AmountUnit,参考AmountUnit描述
-
币种:国内站人民币,国际站美元
3232 3233 3234 |
# File 'lib/v20180411/models.rb', line 3232 def Price @Price end |
#RequestId ⇒ Object
-
单位:默认为分,若请求参数带有AmountUnit,参考AmountUnit描述
-
币种:国内站为人民币,国际站为美元
-
单位:默认为分,若请求参数带有AmountUnit,参考AmountUnit描述
-
币种:国内站人民币,国际站美元
3232 3233 3234 |
# File 'lib/v20180411/models.rb', line 3232 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3240 3241 3242 3243 3244 |
# File 'lib/v20180411/models.rb', line 3240 def deserialize(params) @OriginalPrice = params['OriginalPrice'] @Price = params['Price'] @RequestId = params['RequestId'] end |