Class: TencentCloud::Live::V20180801::AuthenticateDomainOwnerResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::AuthenticateDomainOwnerResponse
- Defined in:
- lib/v20180801/models.rb
Overview
AuthenticateDomainOwner返回参数结构体
Instance Attribute Summary collapse
-
#Content ⇒ Object
VerifyType 传 dnsCheck 时,为要配的 TXT 记录值。 VerifyType 传 fileCheck 时,为文件内容。 >=0 为已验证归属。 <0 未验证归属权。 同一主域名下的所有域名只需成功验证一次,后续均无需再验证。.
-
#MainDomain ⇒ Object
VerifyType 传 dnsCheck 时,为要配的 TXT 记录值。 VerifyType 传 fileCheck 时,为文件内容。 >=0 为已验证归属。 <0 未验证归属权。 同一主域名下的所有域名只需成功验证一次,后续均无需再验证。.
-
#RequestId ⇒ Object
VerifyType 传 dnsCheck 时,为要配的 TXT 记录值。 VerifyType 传 fileCheck 时,为文件内容。 >=0 为已验证归属。 <0 未验证归属权。 同一主域名下的所有域名只需成功验证一次,后续均无需再验证。.
-
#Status ⇒ Object
VerifyType 传 dnsCheck 时,为要配的 TXT 记录值。 VerifyType 传 fileCheck 时,为文件内容。 >=0 为已验证归属。 <0 未验证归属权。 同一主域名下的所有域名只需成功验证一次,后续均无需再验证。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(content = nil, status = nil, maindomain = nil, requestid = nil) ⇒ AuthenticateDomainOwnerResponse
constructor
A new instance of AuthenticateDomainOwnerResponse.
Constructor Details
#initialize(content = nil, status = nil, maindomain = nil, requestid = nil) ⇒ AuthenticateDomainOwnerResponse
Returns a new instance of AuthenticateDomainOwnerResponse.
535 536 537 538 539 540 |
# File 'lib/v20180801/models.rb', line 535 def initialize(content=nil, status=nil, maindomain=nil, requestid=nil) @Content = content @Status = status @MainDomain = maindomain @RequestId = requestid end |
Instance Attribute Details
#Content ⇒ Object
VerifyType 传 dnsCheck 时,为要配的 TXT 记录值。VerifyType 传 fileCheck 时,为文件内容。>=0 为已验证归属。<0 未验证归属权。同一主域名下的所有域名只需成功验证一次,后续均无需再验证。
533 534 535 |
# File 'lib/v20180801/models.rb', line 533 def Content @Content end |
#MainDomain ⇒ Object
VerifyType 传 dnsCheck 时,为要配的 TXT 记录值。VerifyType 传 fileCheck 时,为文件内容。>=0 为已验证归属。<0 未验证归属权。同一主域名下的所有域名只需成功验证一次,后续均无需再验证。
533 534 535 |
# File 'lib/v20180801/models.rb', line 533 def MainDomain @MainDomain end |
#RequestId ⇒ Object
VerifyType 传 dnsCheck 时,为要配的 TXT 记录值。VerifyType 传 fileCheck 时,为文件内容。>=0 为已验证归属。<0 未验证归属权。同一主域名下的所有域名只需成功验证一次,后续均无需再验证。
533 534 535 |
# File 'lib/v20180801/models.rb', line 533 def RequestId @RequestId end |
#Status ⇒ Object
VerifyType 传 dnsCheck 时,为要配的 TXT 记录值。VerifyType 传 fileCheck 时,为文件内容。>=0 为已验证归属。<0 未验证归属权。同一主域名下的所有域名只需成功验证一次,后续均无需再验证。
533 534 535 |
# File 'lib/v20180801/models.rb', line 533 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
542 543 544 545 546 547 |
# File 'lib/v20180801/models.rb', line 542 def deserialize(params) @Content = params['Content'] @Status = params['Status'] @MainDomain = params['MainDomain'] @RequestId = params['RequestId'] end |