Class: TencentCloud::Domain::V20180808::BatchModifyDomainInfoRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Domain::V20180808::BatchModifyDomainInfoRequest
- Defined in:
- lib/v20180808/models.rb
Overview
BatchModifyDomainInfo请求参数结构体
Instance Attribute Summary collapse
-
#Domains ⇒ Object
个数最大不超过4000 可从(cloud.tencent.com/document/api/242/48940)接口获取 false:关闭60天内禁止转移注册商锁定 默认 true.
-
#LockTransfer ⇒ Object
个数最大不超过4000 可从(cloud.tencent.com/document/api/242/48940)接口获取 false:关闭60天内禁止转移注册商锁定 默认 true.
-
#TemplateId ⇒ Object
个数最大不超过4000 可从(cloud.tencent.com/document/api/242/48940)接口获取 false:关闭60天内禁止转移注册商锁定 默认 true.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(domains = nil, templateid = nil, locktransfer = nil) ⇒ BatchModifyDomainInfoRequest
constructor
A new instance of BatchModifyDomainInfoRequest.
Constructor Details
#initialize(domains = nil, templateid = nil, locktransfer = nil) ⇒ BatchModifyDomainInfoRequest
Returns a new instance of BatchModifyDomainInfoRequest.
63 64 65 66 67 |
# File 'lib/v20180808/models.rb', line 63 def initialize(domains=nil, templateid=nil, locktransfer=nil) @Domains = domains @TemplateId = templateid @LockTransfer = locktransfer end |
Instance Attribute Details
#Domains ⇒ Object
个数最大不超过4000 可从(cloud.tencent.com/document/api/242/48940)接口获取false:关闭60天内禁止转移注册商锁定默认 true
61 62 63 |
# File 'lib/v20180808/models.rb', line 61 def Domains @Domains end |
#LockTransfer ⇒ Object
个数最大不超过4000 可从(cloud.tencent.com/document/api/242/48940)接口获取false:关闭60天内禁止转移注册商锁定默认 true
61 62 63 |
# File 'lib/v20180808/models.rb', line 61 def LockTransfer @LockTransfer end |
#TemplateId ⇒ Object
个数最大不超过4000 可从(cloud.tencent.com/document/api/242/48940)接口获取false:关闭60天内禁止转移注册商锁定默认 true
61 62 63 |
# File 'lib/v20180808/models.rb', line 61 def TemplateId @TemplateId end |
Instance Method Details
#deserialize(params) ⇒ Object
69 70 71 72 73 |
# File 'lib/v20180808/models.rb', line 69 def deserialize(params) @Domains = params['Domains'] @TemplateId = params['TemplateId'] @LockTransfer = params['LockTransfer'] end |