Class: TencentCloud::Gaap::V20180529::CreateGlobalDomainDnsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gaap::V20180529::CreateGlobalDomainDnsRequest
- Defined in:
- lib/v20180529/models.rb
Overview
CreateGlobalDomainDns请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(domainid = nil, proxyidlist = nil, nationcountryinnercodes = nil) ⇒ CreateGlobalDomainDnsRequest
constructor
A new instance of CreateGlobalDomainDnsRequest.
Constructor Details
#initialize(domainid = nil, proxyidlist = nil, nationcountryinnercodes = nil) ⇒ CreateGlobalDomainDnsRequest
Returns a new instance of CreateGlobalDomainDnsRequest.
1000 1001 1002 1003 1004 |
# File 'lib/v20180529/models.rb', line 1000 def initialize(domainid=nil, proxyidlist=nil, =nil) @DomainId = domainid @ProxyIdList = proxyidlist @NationCountryInnerCodes = end |
Instance Attribute Details
#DomainId ⇒ Object
998 999 1000 |
# File 'lib/v20180529/models.rb', line 998 def DomainId @DomainId end |
#NationCountryInnerCodes ⇒ Object
998 999 1000 |
# File 'lib/v20180529/models.rb', line 998 def NationCountryInnerCodes @NationCountryInnerCodes end |
#ProxyIdList ⇒ Object
998 999 1000 |
# File 'lib/v20180529/models.rb', line 998 def ProxyIdList @ProxyIdList end |
Instance Method Details
#deserialize(params) ⇒ Object
1006 1007 1008 1009 1010 |
# File 'lib/v20180529/models.rb', line 1006 def deserialize(params) @DomainId = params['DomainId'] @ProxyIdList = params['ProxyIdList'] @NationCountryInnerCodes = params['NationCountryInnerCodes'] end |