Class: TencentCloud::Vod::V20180717::VerifyDomainRecordRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vod::V20180717::VerifyDomainRecordRequest
- Defined in:
- lib/v20180717/models.rb
Overview
VerifyDomainRecord请求参数结构体
Instance Attribute Summary collapse
-
#Domain ⇒ Object
默认值:dns。.
-
#SubAppId ⇒ Object
默认值:dns。.
-
#VerifyType ⇒ Object
默认值:dns。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(domain = nil, subappid = nil, verifytype = nil) ⇒ VerifyDomainRecordRequest
constructor
A new instance of VerifyDomainRecordRequest.
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
#Domain ⇒ Object
默认值:dns。
29096 29097 29098 |
# File 'lib/v20180717/models.rb', line 29096 def Domain @Domain end |
#SubAppId ⇒ Object
默认值:dns。
29096 29097 29098 |
# File 'lib/v20180717/models.rb', line 29096 def SubAppId @SubAppId end |
#VerifyType ⇒ Object
默认值: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 |