Class: TencentCloud::Domain::V20180808::ModifyDomainOwnerBatchRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Domain::V20180808::ModifyDomainOwnerBatchRequest
- Defined in:
- lib/v20180808/models.rb
Overview
ModifyDomainOwnerBatch请求参数结构体
Instance Attribute Summary collapse
-
#Domains ⇒ Object
一次提交不大于4000个.
-
#NewOwnerAppId ⇒ Object
一次提交不大于4000个.
-
#NewOwnerUin ⇒ Object
一次提交不大于4000个.
-
#TransferDns ⇒ Object
一次提交不大于4000个.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(domains = nil, newowneruin = nil, transferdns = nil, newownerappid = nil) ⇒ ModifyDomainOwnerBatchRequest
constructor
A new instance of ModifyDomainOwnerBatchRequest.
Constructor Details
#initialize(domains = nil, newowneruin = nil, transferdns = nil, newownerappid = nil) ⇒ ModifyDomainOwnerBatchRequest
Returns a new instance of ModifyDomainOwnerBatchRequest.
3429 3430 3431 3432 3433 3434 |
# File 'lib/v20180808/models.rb', line 3429 def initialize(domains=nil, newowneruin=nil, transferdns=nil, newownerappid=nil) @Domains = domains @NewOwnerUin = newowneruin @TransferDns = transferdns @NewOwnerAppId = newownerappid end |
Instance Attribute Details
#Domains ⇒ Object
一次提交不大于4000个
3427 3428 3429 |
# File 'lib/v20180808/models.rb', line 3427 def Domains @Domains end |
#NewOwnerAppId ⇒ Object
一次提交不大于4000个
3427 3428 3429 |
# File 'lib/v20180808/models.rb', line 3427 def NewOwnerAppId @NewOwnerAppId end |
#NewOwnerUin ⇒ Object
一次提交不大于4000个
3427 3428 3429 |
# File 'lib/v20180808/models.rb', line 3427 def NewOwnerUin @NewOwnerUin end |
#TransferDns ⇒ Object
一次提交不大于4000个
3427 3428 3429 |
# File 'lib/v20180808/models.rb', line 3427 def TransferDns @TransferDns end |
Instance Method Details
#deserialize(params) ⇒ Object
3436 3437 3438 3439 3440 3441 |
# File 'lib/v20180808/models.rb', line 3436 def deserialize(params) @Domains = params['Domains'] @NewOwnerUin = params['NewOwnerUin'] @TransferDns = params['TransferDns'] @NewOwnerAppId = params['NewOwnerAppId'] end |