Class: TencentCloud::Tdmq::V20200217::DeleteCmqTopicResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdmq::V20200217::DeleteCmqTopicResponse
- Defined in:
- lib/v20200217/models.rb
Overview
DeleteCmqTopic返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteCmqTopicResponse
constructor
A new instance of DeleteCmqTopicResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteCmqTopicResponse
Returns a new instance of DeleteCmqTopicResponse.
2657 2658 2659 |
# File 'lib/v20200217/models.rb', line 2657 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2655 2656 2657 |
# File 'lib/v20200217/models.rb', line 2655 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2661 2662 2663 |
# File 'lib/v20200217/models.rb', line 2661 def deserialize(params) @RequestId = params['RequestId'] end |