Class: TencentCloud::Gaap::V20180529::CreateGlobalDomainResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gaap::V20180529::CreateGlobalDomainResponse
- Defined in:
- lib/v20180529/models.rb
Overview
CreateGlobalDomain返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(domainid = nil, requestid = nil) ⇒ CreateGlobalDomainResponse
constructor
A new instance of CreateGlobalDomainResponse.
Constructor Details
#initialize(domainid = nil, requestid = nil) ⇒ CreateGlobalDomainResponse
Returns a new instance of CreateGlobalDomainResponse.
1073 1074 1075 1076 |
# File 'lib/v20180529/models.rb', line 1073 def initialize(domainid=nil, requestid=nil) @DomainId = domainid @RequestId = requestid end |
Instance Attribute Details
#DomainId ⇒ Object
1071 1072 1073 |
# File 'lib/v20180529/models.rb', line 1071 def DomainId @DomainId end |
#RequestId ⇒ Object
1071 1072 1073 |
# File 'lib/v20180529/models.rb', line 1071 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1078 1079 1080 1081 |
# File 'lib/v20180529/models.rb', line 1078 def deserialize(params) @DomainId = params['DomainId'] @RequestId = params['RequestId'] end |