@qualithm/kafka-client - v0.1.6
    Preparing search index...

    Type Alias DescribeClientQuotasEntry

    A single quota entry in the response.

    type DescribeClientQuotasEntry = {
        entity: readonly QuotaEntity[];
        taggedFields: readonly TaggedField[];
        values: readonly QuotaValue[];
    }
    Index

    Properties

    entity: readonly QuotaEntity[]

    The entity components for this quota entry.

    taggedFields: readonly TaggedField[]

    Tagged fields (v1+).

    values: readonly QuotaValue[]

    The quota values for this entity.