Class: TencentCloud::Dcdb::V20180411::DescribeDCDBPriceResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dcdb::V20180411::DescribeDCDBPriceResponse
- Defined in:
- lib/v20180411/models.rb
Overview
DescribeDCDBPrice返回参数结构体
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) ⇒ DescribeDCDBPriceResponse
constructor
A new instance of DescribeDCDBPriceResponse.
Constructor Details
#initialize(originalprice = nil, price = nil, requestid = nil) ⇒ DescribeDCDBPriceResponse
Returns a new instance of DescribeDCDBPriceResponse.
3188 3189 3190 3191 3192 |
# File 'lib/v20180411/models.rb', line 3188 def initialize(originalprice=nil, price=nil, requestid=nil) @OriginalPrice = originalprice @Price = price @RequestId = requestid end |
Instance Attribute Details
#OriginalPrice ⇒ Object
-
单位:默认为分,若请求参数带有AmountUnit,参考AmountUnit描述
-
币种:国内站为人民币,国际站为美元
-
单位:默认为分,若请求参数带有AmountUnit,参考AmountUnit描述
-
币种:国内站人民币,国际站美元
3186 3187 3188 |
# File 'lib/v20180411/models.rb', line 3186 def OriginalPrice @OriginalPrice end |
#Price ⇒ Object
-
单位:默认为分,若请求参数带有AmountUnit,参考AmountUnit描述
-
币种:国内站为人民币,国际站为美元
-
单位:默认为分,若请求参数带有AmountUnit,参考AmountUnit描述
-
币种:国内站人民币,国际站美元
3186 3187 3188 |
# File 'lib/v20180411/models.rb', line 3186 def Price @Price end |
#RequestId ⇒ Object
-
单位:默认为分,若请求参数带有AmountUnit,参考AmountUnit描述
-
币种:国内站为人民币,国际站为美元
-
单位:默认为分,若请求参数带有AmountUnit,参考AmountUnit描述
-
币种:国内站人民币,国际站美元
3186 3187 3188 |
# File 'lib/v20180411/models.rb', line 3186 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3194 3195 3196 3197 3198 |
# File 'lib/v20180411/models.rb', line 3194 def deserialize(params) @OriginalPrice = params['OriginalPrice'] @Price = params['Price'] @RequestId = params['RequestId'] end |