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.



28984
28985
28986
28987
28988
# File 'lib/v20180717/models.rb', line 28984

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

Instance Attribute Details

#DomainObject

默认值:dns。



28982
28983
28984
# File 'lib/v20180717/models.rb', line 28982

def Domain
  @Domain
end

#SubAppIdObject

默认值:dns。



28982
28983
28984
# File 'lib/v20180717/models.rb', line 28982

def SubAppId
  @SubAppId
end

#VerifyTypeObject

默认值:dns。



28982
28983
28984
# File 'lib/v20180717/models.rb', line 28982

def VerifyType
  @VerifyType
end

Instance Method Details

#deserialize(params) ⇒ Object



28990
28991
28992
28993
28994
# File 'lib/v20180717/models.rb', line 28990

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