Class: TencentCloud::Vod::V20180717::VerifyDomainRecordRequest

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

Overview

VerifyDomainRecord请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(domain = nil, subappid = nil, verifytype = nil) ⇒ VerifyDomainRecordRequest

Returns a new instance of VerifyDomainRecordRequest.



29098
29099
29100
29101
29102
# File 'lib/v20180717/models.rb', line 29098

def initialize(domain=nil, subappid=nil, verifytype=nil)
  @Domain = domain
  @SubAppId = subappid
  @VerifyType = verifytype
end

Instance Attribute Details

#DomainObject

默认值:dns。



29096
29097
29098
# File 'lib/v20180717/models.rb', line 29096

def Domain
  @Domain
end

#SubAppIdObject

默认值:dns。



29096
29097
29098
# File 'lib/v20180717/models.rb', line 29096

def SubAppId
  @SubAppId
end

#VerifyTypeObject

默认值:dns。



29096
29097
29098
# File 'lib/v20180717/models.rb', line 29096

def VerifyType
  @VerifyType
end

Instance Method Details

#deserialize(params) ⇒ Object



29104
29105
29106
29107
29108
# File 'lib/v20180717/models.rb', line 29104

def deserialize(params)
  @Domain = params['Domain']
  @SubAppId = params['SubAppId']
  @VerifyType = params['VerifyType']
end