Class: TencentCloud::Cdn::V20180606::DeleteClsLogTopicResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdn::V20180606::DeleteClsLogTopicResponse
- Defined in:
- lib/v20180606/models.rb
Overview
DeleteClsLogTopic返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteClsLogTopicResponse
constructor
A new instance of DeleteClsLogTopicResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteClsLogTopicResponse
Returns a new instance of DeleteClsLogTopicResponse.
3424 3425 3426 |
# File 'lib/v20180606/models.rb', line 3424 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
3422 3423 3424 |
# File 'lib/v20180606/models.rb', line 3422 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3428 3429 3430 |
# File 'lib/v20180606/models.rb', line 3428 def deserialize(params) @RequestId = params['RequestId'] end |