class Kafka::Protocol::OffsetFetchResponse

def initialize(topics:)

def initialize(topics:)
  @topics = topics
end