Class: TencentCloud::Tdmq::V20200217::CreateCmqTopicResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdmq::V20200217::CreateCmqTopicResponse
- Defined in:
- lib/v20200217/models.rb
Overview
CreateCmqTopic返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(topicid = nil, requestid = nil) ⇒ CreateCmqTopicResponse
constructor
A new instance of CreateCmqTopicResponse.
Constructor Details
#initialize(topicid = nil, requestid = nil) ⇒ CreateCmqTopicResponse
Returns a new instance of CreateCmqTopicResponse.
1400 1401 1402 1403 |
# File 'lib/v20200217/models.rb', line 1400 def initialize(topicid=nil, requestid=nil) @TopicId = topicid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1398 1399 1400 |
# File 'lib/v20200217/models.rb', line 1398 def RequestId @RequestId end |
#TopicId ⇒ Object
1398 1399 1400 |
# File 'lib/v20200217/models.rb', line 1398 def TopicId @TopicId end |
Instance Method Details
#deserialize(params) ⇒ Object
1405 1406 1407 1408 |
# File 'lib/v20200217/models.rb', line 1405 def deserialize(params) @TopicId = params['TopicId'] @RequestId = params['RequestId'] end |