Class: TencentCloud::Cls::V20201016::DeleteTopicResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cls::V20201016::DeleteTopicResponse
- Defined in:
- lib/v20201016/models.rb
Overview
DeleteTopic返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteTopicResponse
constructor
A new instance of DeleteTopicResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteTopicResponse
Returns a new instance of DeleteTopicResponse.
6607 6608 6609 |
# File 'lib/v20201016/models.rb', line 6607 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
6605 6606 6607 |
# File 'lib/v20201016/models.rb', line 6605 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
6611 6612 6613 |
# File 'lib/v20201016/models.rb', line 6611 def deserialize(params) @RequestId = params['RequestId'] end |