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.
3180 3181 3182 3183 3184 |
# File 'lib/v20180411/models.rb', line 3180 def initialize(originalprice=nil, price=nil, requestid=nil) @OriginalPrice = originalprice @Price = price @RequestId = requestid end |
Instance Attribute Details
#OriginalPrice ⇒ Object
-
单位:默认为分,若请求参数带有AmountUnit,参考AmountUnit描述
-
币种:国内站为人民币,国际站为美元
-
单位:默认为分,若请求参数带有AmountUnit,参考AmountUnit描述
-
币种:国内站人民币,国际站美元
3178 3179 3180 |
# File 'lib/v20180411/models.rb', line 3178 def OriginalPrice @OriginalPrice end |
#Price ⇒ Object
-
单位:默认为分,若请求参数带有AmountUnit,参考AmountUnit描述
-
币种:国内站为人民币,国际站为美元
-
单位:默认为分,若请求参数带有AmountUnit,参考AmountUnit描述
-
币种:国内站人民币,国际站美元
3178 3179 3180 |
# File 'lib/v20180411/models.rb', line 3178 def Price @Price end |
#RequestId ⇒ Object
-
单位:默认为分,若请求参数带有AmountUnit,参考AmountUnit描述
-
币种:国内站为人民币,国际站为美元
-
单位:默认为分,若请求参数带有AmountUnit,参考AmountUnit描述
-
币种:国内站人民币,国际站美元
3178 3179 3180 |
# File 'lib/v20180411/models.rb', line 3178 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3186 3187 3188 3189 3190 |
# File 'lib/v20180411/models.rb', line 3186 def deserialize(params) @OriginalPrice = params['OriginalPrice'] @Price = params['Price'] @RequestId = params['RequestId'] end |