Class: TencentCloud::Iss::V20230517::DescribeDomainData
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iss::V20230517::DescribeDomainData
- Defined in:
- lib/v20230517/models.rb
Overview
查询域名详情数据
Instance Attribute Summary collapse
- #AppId ⇒ Object
- #CertId ⇒ Object
- #ClusterId ⇒ Object
- #ClusterName ⇒ Object
- #DomainType ⇒ Object
- #HaveCert ⇒ Object
- #Id ⇒ Object
- #InternalDomain ⇒ Object
- #PlayDomain ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, playdomain = nil, internaldomain = nil, havecert = nil, clusterid = nil, clustername = nil, appid = nil, certid = nil, domaintype = nil) ⇒ DescribeDomainData
constructor
A new instance of DescribeDomainData.
Constructor Details
#initialize(id = nil, playdomain = nil, internaldomain = nil, havecert = nil, clusterid = nil, clustername = nil, appid = nil, certid = nil, domaintype = nil) ⇒ DescribeDomainData
Returns a new instance of DescribeDomainData.
2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 |
# File 'lib/v20230517/models.rb', line 2879 def initialize(id=nil, playdomain=nil, internaldomain=nil, havecert=nil, clusterid=nil, clustername=nil, appid=nil, certid=nil, domaintype=nil) @Id = id @PlayDomain = playdomain @InternalDomain = internaldomain @HaveCert = havecert @ClusterId = clusterid @ClusterName = clustername @AppId = appid @CertId = certid @DomainType = domaintype end |
Instance Attribute Details
#AppId ⇒ Object
2877 2878 2879 |
# File 'lib/v20230517/models.rb', line 2877 def AppId @AppId end |
#CertId ⇒ Object
2877 2878 2879 |
# File 'lib/v20230517/models.rb', line 2877 def CertId @CertId end |
#ClusterId ⇒ Object
2877 2878 2879 |
# File 'lib/v20230517/models.rb', line 2877 def ClusterId @ClusterId end |
#ClusterName ⇒ Object
2877 2878 2879 |
# File 'lib/v20230517/models.rb', line 2877 def ClusterName @ClusterName end |
#DomainType ⇒ Object
2877 2878 2879 |
# File 'lib/v20230517/models.rb', line 2877 def DomainType @DomainType end |
#HaveCert ⇒ Object
2877 2878 2879 |
# File 'lib/v20230517/models.rb', line 2877 def HaveCert @HaveCert end |
#Id ⇒ Object
2877 2878 2879 |
# File 'lib/v20230517/models.rb', line 2877 def Id @Id end |
#InternalDomain ⇒ Object
2877 2878 2879 |
# File 'lib/v20230517/models.rb', line 2877 def InternalDomain @InternalDomain end |
#PlayDomain ⇒ Object
2877 2878 2879 |
# File 'lib/v20230517/models.rb', line 2877 def PlayDomain @PlayDomain end |
Instance Method Details
#deserialize(params) ⇒ Object
2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 |
# File 'lib/v20230517/models.rb', line 2891 def deserialize(params) @Id = params['Id'] @PlayDomain = params['PlayDomain'] @InternalDomain = params['InternalDomain'] @HaveCert = params['HaveCert'] @ClusterId = params['ClusterId'] @ClusterName = params['ClusterName'] @AppId = params['AppId'] @CertId = params['CertId'] @DomainType = params['DomainType'] end |