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
28986 28987 28988 28989 28990 |
# File 'lib/v20180717/models.rb', line 28986 def initialize(domain=nil, subappid=nil, verifytype=nil) @Domain = domain @SubAppId = subappid @VerifyType = verifytype end |
Instance Attribute Details
#Domain ⇒ Object
默认值:dns。
28984 28985 28986 |
# File 'lib/v20180717/models.rb', line 28984 def Domain @Domain end |
#SubAppId ⇒ Object
默认值:dns。
28984 28985 28986 |
# File 'lib/v20180717/models.rb', line 28984 def SubAppId @SubAppId end |
#VerifyType ⇒ Object
默认值:dns。
28984 28985 28986 |
# File 'lib/v20180717/models.rb', line 28984 def VerifyType @VerifyType end |
Instance Method Details
#deserialize(params) ⇒ Object
28992 28993 28994 28995 28996 |
# File 'lib/v20180717/models.rb', line 28992 def deserialize(params) @Domain = params['Domain'] @SubAppId = params['SubAppId'] @VerifyType = params['VerifyType'] end |