Class: TencentCloud::Domain::V20180808::ModifyIntlCustomDnsHostRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Domain::V20180808::ModifyIntlCustomDnsHostRequest
- Defined in:
- lib/v20180808/models.rb
Overview
ModifyIntlCustomDnsHost请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(domainid = nil, dnsname = nil, ipset = nil) ⇒ ModifyIntlCustomDnsHostRequest
constructor
A new instance of ModifyIntlCustomDnsHostRequest.
Constructor Details
#initialize(domainid = nil, dnsname = nil, ipset = nil) ⇒ ModifyIntlCustomDnsHostRequest
Returns a new instance of ModifyIntlCustomDnsHostRequest.
3475 3476 3477 3478 3479 |
# File 'lib/v20180808/models.rb', line 3475 def initialize(domainid=nil, dnsname=nil, ipset=nil) @DomainId = domainid @DnsName = dnsname @IpSet = ipset end |
Instance Attribute Details
#DnsName ⇒ Object
3473 3474 3475 |
# File 'lib/v20180808/models.rb', line 3473 def DnsName @DnsName end |
#DomainId ⇒ Object
3473 3474 3475 |
# File 'lib/v20180808/models.rb', line 3473 def DomainId @DomainId end |
#IpSet ⇒ Object
3473 3474 3475 |
# File 'lib/v20180808/models.rb', line 3473 def IpSet @IpSet end |
Instance Method Details
#deserialize(params) ⇒ Object
3481 3482 3483 3484 3485 |
# File 'lib/v20180808/models.rb', line 3481 def deserialize(params) @DomainId = params['DomainId'] @DnsName = params['DnsName'] @IpSet = params['IpSet'] end |