Class: TencentCloud::Tdmq::V20200217::DeleteRocketMQTopicResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdmq::V20200217::DeleteRocketMQTopicResponse
- Defined in:
- lib/v20200217/models.rb
Overview
DeleteRocketMQTopic返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteRocketMQTopicResponse
constructor
A new instance of DeleteRocketMQTopicResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteRocketMQTopicResponse
Returns a new instance of DeleteRocketMQTopicResponse.
3174 3175 3176 |
# File 'lib/v20200217/models.rb', line 3174 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
3172 3173 3174 |
# File 'lib/v20200217/models.rb', line 3172 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3178 3179 3180 |
# File 'lib/v20200217/models.rb', line 3178 def deserialize(params) @RequestId = params['RequestId'] end |