Class: TencentCloud::Gaap::V20180529::EnableGlobalDomainResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gaap::V20180529::EnableGlobalDomainResponse
- Defined in:
- lib/v20180529/models.rb
Overview
EnableGlobalDomain返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ EnableGlobalDomainResponse
constructor
A new instance of EnableGlobalDomainResponse.
Constructor Details
#initialize(requestid = nil) ⇒ EnableGlobalDomainResponse
Returns a new instance of EnableGlobalDomainResponse.
4919 4920 4921 |
# File 'lib/v20180529/models.rb', line 4919 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
4917 4918 4919 |
# File 'lib/v20180529/models.rb', line 4917 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4923 4924 4925 |
# File 'lib/v20180529/models.rb', line 4923 def deserialize(params) @RequestId = params['RequestId'] end |