Class: TencentCloud::Vod::V20180717::DNSVerifyInfo

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180717/models.rb

Overview

DNS解析验证信息

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#RecordObject

Parameters:

  • SubDomain:

    子解析。

  • Record:

    解析值。

  • RecordType:

    解析类型。



8575
8576
8577
# File 'lib/v20180717/models.rb', line 8575

def Record
  @Record
end

#RecordTypeObject

Parameters:

  • SubDomain:

    子解析。

  • Record:

    解析值。

  • RecordType:

    解析类型。



8575
8576
8577
# File 'lib/v20180717/models.rb', line 8575

def RecordType
  @RecordType
end

#SubDomainObject

Parameters:

  • SubDomain:

    子解析。

  • Record:

    解析值。

  • RecordType:

    解析类型。



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