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.
4881 4882 4883 4884 |
# File 'lib/v20180606/models.rb', line 4881 def initialize(domain=nil, area=nil) @Domain = domain @Area = area end |
Instance Attribute Details
#Area ⇒ Object
4879 4880 4881 |
# File 'lib/v20180606/models.rb', line 4879 def Area @Area end |
#Domain ⇒ Object
4879 4880 4881 |
# File 'lib/v20180606/models.rb', line 4879 def Domain @Domain end |
Instance Method Details
#deserialize(params) ⇒ Object
4886 4887 4888 4889 |
# File 'lib/v20180606/models.rb', line 4886 def deserialize(params) @Domain = params['Domain'] @Area = params['Area'] end |