Class: TencentCloud::Cdn::V20180606::AddCLSTopicDomainsResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdn::V20180606::AddCLSTopicDomainsResponse
- Defined in:
- lib/v20180606/models.rb
Overview
AddCLSTopicDomains返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ AddCLSTopicDomainsResponse
constructor
A new instance of AddCLSTopicDomainsResponse.
Constructor Details
#initialize(requestid = nil) ⇒ AddCLSTopicDomainsResponse
Returns a new instance of AddCLSTopicDomainsResponse.
131 132 133 |
# File 'lib/v20180606/models.rb', line 131 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
129 130 131 |
# File 'lib/v20180606/models.rb', line 129 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
135 136 137 |
# File 'lib/v20180606/models.rb', line 135 def deserialize(params) @RequestId = params['RequestId'] end |