Class: TencentCloud::Domain::V20180808::SetDomainAutoRenewRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Domain::V20180808::SetDomainAutoRenewRequest
- Defined in:
- lib/v20180808/models.rb
Overview
SetDomainAutoRenew请求参数结构体
Instance Attribute Summary collapse
-
#AutoRenew ⇒ Object
可通过(cloud.tencent.com/document/api/242/48941)接口获取 1:设置自动续费 2:设置到期后不续费.
-
#DomainId ⇒ Object
可通过(cloud.tencent.com/document/api/242/48941)接口获取 1:设置自动续费 2:设置到期后不续费.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(domainid = nil, autorenew = nil) ⇒ SetDomainAutoRenewRequest
constructor
A new instance of SetDomainAutoRenewRequest.
Constructor Details
#initialize(domainid = nil, autorenew = nil) ⇒ SetDomainAutoRenewRequest
Returns a new instance of SetDomainAutoRenewRequest.
4053 4054 4055 4056 |
# File 'lib/v20180808/models.rb', line 4053 def initialize(domainid=nil, autorenew=nil) @DomainId = domainid @AutoRenew = autorenew end |
Instance Attribute Details
#AutoRenew ⇒ Object
可通过(cloud.tencent.com/document/api/242/48941)接口获取1:设置自动续费2:设置到期后不续费
4051 4052 4053 |
# File 'lib/v20180808/models.rb', line 4051 def AutoRenew @AutoRenew end |
#DomainId ⇒ Object
可通过(cloud.tencent.com/document/api/242/48941)接口获取1:设置自动续费2:设置到期后不续费
4051 4052 4053 |
# File 'lib/v20180808/models.rb', line 4051 def DomainId @DomainId end |
Instance Method Details
#deserialize(params) ⇒ Object
4058 4059 4060 4061 |
# File 'lib/v20180808/models.rb', line 4058 def deserialize(params) @DomainId = params['DomainId'] @AutoRenew = params['AutoRenew'] end |