Class: TencentCloud::Iss::V20230517::DescribeDomainRegionData
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iss::V20230517::DescribeDomainRegionData
- Defined in:
- lib/v20230517/models.rb
Overview
查询域名可绑定集群数据
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(label = nil, value = nil, region = nil) ⇒ DescribeDomainRegionData
constructor
A new instance of DescribeDomainRegionData.
Constructor Details
#initialize(label = nil, value = nil, region = nil) ⇒ DescribeDomainRegionData
Returns a new instance of DescribeDomainRegionData.
2915 2916 2917 2918 2919 |
# File 'lib/v20230517/models.rb', line 2915 def initialize(label=nil, value=nil, region=nil) @Label = label @Value = value @Region = region end |
Instance Attribute Details
#Label ⇒ Object
2913 2914 2915 |
# File 'lib/v20230517/models.rb', line 2913 def Label @Label end |
#Region ⇒ Object
2913 2914 2915 |
# File 'lib/v20230517/models.rb', line 2913 def Region @Region end |
#Value ⇒ Object
2913 2914 2915 |
# File 'lib/v20230517/models.rb', line 2913 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
2921 2922 2923 2924 2925 |
# File 'lib/v20230517/models.rb', line 2921 def deserialize(params) @Label = params['Label'] @Value = params['Value'] @Region = params['Region'] end |