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.
5069 5070 5071 5072 5073 |
# File 'lib/v20180606/models.rb', line 5069 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
5067 5068 5069 |
# File 'lib/v20180606/models.rb', line 5067 def Area @Area end |
#Product ⇒ Object
mainland:境内计费方式查询 overseas:境外计费方式查询 global:全球计费方式查询 未填充时,默认为 mainland flux:流量包 https:HTTPS请求包 未填充时,默认为 flux
5067 5068 5069 |
# File 'lib/v20180606/models.rb', line 5067 def Product @Product end |
#Type ⇒ Object
mainland:境内计费方式查询 overseas:境外计费方式查询 global:全球计费方式查询 未填充时,默认为 mainland flux:流量包 https:HTTPS请求包 未填充时,默认为 flux
5067 5068 5069 |
# File 'lib/v20180606/models.rb', line 5067 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
5075 5076 5077 5078 5079 |
# File 'lib/v20180606/models.rb', line 5075 def deserialize(params) @Area = params['Area'] @Product = params['Product'] @Type = params['Type'] end |