class TencentCloud::Ckafka::V20190819::ConsumerGroupTopic

消费组主题对象

def deserialize(params)

def deserialize(params)
  @TopicId = params['TopicId']
  @TopicName = params['TopicName']
end

def initialize(topicid=nil, topicname=nil)

def initialize(topicid=nil, topicname=nil)
  @TopicId = topicid
  @TopicName = topicname
end