class TencentCloud::Ckafka::V20190819::GroupOffsetResponse
消费组偏移量返回结果
def deserialize(params)
def deserialize(params) @TotalCount = params['TotalCount'] unless params['TopicList'].nil? @TopicList = [] params['TopicList'].each do |i| groupoffsettopic_tmp = GroupOffsetTopic.new groupoffsettopic_tmp.deserialize(i) @TopicList << groupoffsettopic_tmp end end end
def initialize(totalcount=nil, topiclist=nil)
def initialize(totalcount=nil, topiclist=nil) @TotalCount = totalcount @TopicList = topiclist end