Class: TencentCloud::Ckafka::V20190819::CreateTopicResp

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190819/models.rb

Overview

创建主题返回

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#TopicIdObject

Parameters:

  • TopicId:

    主题Id



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