Class: TencentCloud::Ckafka::V20190819::CreateTopicResp
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ckafka::V20190819::CreateTopicResp
- Defined in:
- lib/v20190819/models.rb
Overview
创建主题返回
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(topicid = nil) ⇒ CreateTopicResp
constructor
A new instance of CreateTopicResp.
Constructor Details
#initialize(topicid = nil) ⇒ CreateTopicResp
Returns a new instance of CreateTopicResp.
2673 2674 2675 |
# File 'lib/v20190819/models.rb', line 2673 def initialize(topicid=nil) @TopicId = topicid end |
Instance Attribute Details
#TopicId ⇒ Object
2671 2672 2673 |
# File 'lib/v20190819/models.rb', line 2671 def TopicId @TopicId end |
Instance Method Details
#deserialize(params) ⇒ Object
2677 2678 2679 |
# File 'lib/v20190819/models.rb', line 2677 def deserialize(params) @TopicId = params['TopicId'] end |