class TencentCloud::Ckafka::V20190819::Topic
返回的topic对象
def deserialize(params)
def deserialize(params) @TopicId = params['TopicId'] @TopicName = params['TopicName'] @Note = params['Note'] end
def initialize(topicid=nil, topicname=nil, note=nil)
def initialize(topicid=nil, topicname=nil, note=nil) @TopicId = topicid @TopicName = topicname @Note = note end