Class: TencentCloud::Cdn::V20180606::DomainAreaConfig
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdn::V20180606::DomainAreaConfig
- Defined in:
- lib/v20180606/models.rb
Overview
域名地区配置
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(domain = nil, area = nil) ⇒ DomainAreaConfig
constructor
A new instance of DomainAreaConfig.
Constructor Details
#initialize(domain = nil, area = nil) ⇒ DomainAreaConfig
Returns a new instance of DomainAreaConfig.
7154 7155 7156 7157 |
# File 'lib/v20180606/models.rb', line 7154 def initialize(domain=nil, area=nil) @Domain = domain @Area = area end |
Instance Attribute Details
#Area ⇒ Object
7152 7153 7154 |
# File 'lib/v20180606/models.rb', line 7152 def Area @Area end |
#Domain ⇒ Object
7152 7153 7154 |
# File 'lib/v20180606/models.rb', line 7152 def Domain @Domain end |
Instance Method Details
#deserialize(params) ⇒ Object
7159 7160 7161 7162 |
# File 'lib/v20180606/models.rb', line 7159 def deserialize(params) @Domain = params['Domain'] @Area = params['Area'] end |