Class: TencentCloud::Cdn::V20180606::DescribePayTypeRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdn::V20180606::DescribePayTypeRequest
- Defined in:
- lib/v20180606/models.rb
Overview
DescribePayType请求参数结构体
Instance Attribute Summary collapse
-
#Area ⇒ Object
mainland:境内计费方式查询 overseas:境外计费方式查询 global:全球计费方式查询 未填充时,默认为 mainland flux:流量包 https:HTTPS请求包 未填充时,默认为 flux.
-
#Product ⇒ Object
mainland:境内计费方式查询 overseas:境外计费方式查询 global:全球计费方式查询 未填充时,默认为 mainland flux:流量包 https:HTTPS请求包 未填充时,默认为 flux.
-
#Type ⇒ Object
mainland:境内计费方式查询 overseas:境外计费方式查询 global:全球计费方式查询 未填充时,默认为 mainland flux:流量包 https:HTTPS请求包 未填充时,默认为 flux.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(area = nil, product = nil, type = nil) ⇒ DescribePayTypeRequest
constructor
A new instance of DescribePayTypeRequest.
Constructor Details
#initialize(area = nil, product = nil, type = nil) ⇒ DescribePayTypeRequest
Returns a new instance of DescribePayTypeRequest.
3596 3597 3598 3599 3600 |
# File 'lib/v20180606/models.rb', line 3596 def initialize(area=nil, product=nil, type=nil) @Area = area @Product = product @Type = type end |
Instance Attribute Details
#Area ⇒ Object
mainland:境内计费方式查询 overseas:境外计费方式查询 global:全球计费方式查询 未填充时,默认为 mainland flux:流量包 https:HTTPS请求包 未填充时,默认为 flux
3594 3595 3596 |
# File 'lib/v20180606/models.rb', line 3594 def Area @Area end |
#Product ⇒ Object
mainland:境内计费方式查询 overseas:境外计费方式查询 global:全球计费方式查询 未填充时,默认为 mainland flux:流量包 https:HTTPS请求包 未填充时,默认为 flux
3594 3595 3596 |
# File 'lib/v20180606/models.rb', line 3594 def Product @Product end |
#Type ⇒ Object
mainland:境内计费方式查询 overseas:境外计费方式查询 global:全球计费方式查询 未填充时,默认为 mainland flux:流量包 https:HTTPS请求包 未填充时,默认为 flux
3594 3595 3596 |
# File 'lib/v20180606/models.rb', line 3594 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
3602 3603 3604 3605 3606 |
# File 'lib/v20180606/models.rb', line 3602 def deserialize(params) @Area = params['Area'] @Product = params['Product'] @Type = params['Type'] end |