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