class Kafka::Protocol::ListOffsetResponse::PartitionOffsetInfo
def initialize(partition:, error_code:, offsets:)
def initialize(partition:, error_code:, offsets:) @partition = partition @error_code = error_code @offsets = offsets end
def initialize(partition:, error_code:, offsets:) @partition = partition @error_code = error_code @offsets = offsets end