Class: TencentCloud::Gaap::V20180529::CreateGlobalDomainDnsResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gaap::V20180529::CreateGlobalDomainDnsResponse
- Defined in:
- lib/v20180529/models.rb
Overview
CreateGlobalDomainDns返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ CreateGlobalDomainDnsResponse
constructor
A new instance of CreateGlobalDomainDnsResponse.
Constructor Details
#initialize(requestid = nil) ⇒ CreateGlobalDomainDnsResponse
Returns a new instance of CreateGlobalDomainDnsResponse.
1020 1021 1022 |
# File 'lib/v20180529/models.rb', line 1020 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1018 1019 1020 |
# File 'lib/v20180529/models.rb', line 1018 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1024 1025 1026 |
# File 'lib/v20180529/models.rb', line 1024 def deserialize(params) @RequestId = params['RequestId'] end |