Class: TencentCloud::Vod::V20180717::DNSVerifyInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vod::V20180717::DNSVerifyInfo
- Defined in:
- lib/v20180717/models.rb
Overview
DNS解析验证信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(subdomain = nil, record = nil, recordtype = nil) ⇒ DNSVerifyInfo
constructor
A new instance of DNSVerifyInfo.
Constructor Details
#initialize(subdomain = nil, record = nil, recordtype = nil) ⇒ DNSVerifyInfo
Returns a new instance of DNSVerifyInfo.
8577 8578 8579 8580 8581 |
# File 'lib/v20180717/models.rb', line 8577 def initialize(subdomain=nil, record=nil, recordtype=nil) @SubDomain = subdomain @Record = record @RecordType = recordtype end |
Instance Attribute Details
#Record ⇒ Object
8575 8576 8577 |
# File 'lib/v20180717/models.rb', line 8575 def Record @Record end |
#RecordType ⇒ Object
8575 8576 8577 |
# File 'lib/v20180717/models.rb', line 8575 def RecordType @RecordType end |
#SubDomain ⇒ Object
8575 8576 8577 |
# File 'lib/v20180717/models.rb', line 8575 def SubDomain @SubDomain end |
Instance Method Details
#deserialize(params) ⇒ Object
8583 8584 8585 8586 8587 |
# File 'lib/v20180717/models.rb', line 8583 def deserialize(params) @SubDomain = params['SubDomain'] @Record = params['Record'] @RecordType = params['RecordType'] end |