Class: TencentCloud::Tdmq::V20200217::ImportRocketMQTopicsResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdmq::V20200217::ImportRocketMQTopicsResponse
- Defined in:
- lib/v20200217/models.rb
Overview
ImportRocketMQTopics返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ImportRocketMQTopicsResponse
constructor
A new instance of ImportRocketMQTopicsResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ImportRocketMQTopicsResponse
Returns a new instance of ImportRocketMQTopicsResponse.
8287 8288 8289 |
# File 'lib/v20200217/models.rb', line 8287 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
8285 8286 8287 |
# File 'lib/v20200217/models.rb', line 8285 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
8291 8292 8293 |
# File 'lib/v20200217/models.rb', line 8291 def deserialize(params) @RequestId = params['RequestId'] end |