Class: TencentCloud::Tdmq::V20200217::CreateRocketMQTopicResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdmq::V20200217::CreateRocketMQTopicResponse
- Defined in:
- lib/v20200217/models.rb
Overview
CreateRocketMQTopic返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ CreateRocketMQTopicResponse
constructor
A new instance of CreateRocketMQTopicResponse.
Constructor Details
#initialize(requestid = nil) ⇒ CreateRocketMQTopicResponse
Returns a new instance of CreateRocketMQTopicResponse.
2200 2201 2202 |
# File 'lib/v20200217/models.rb', line 2200 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2198 2199 2200 |
# File 'lib/v20200217/models.rb', line 2198 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2204 2205 2206 |
# File 'lib/v20200217/models.rb', line 2204 def deserialize(params) @RequestId = params['RequestId'] end |