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

    Type Alias DescribeClientQuotasRequest

    DescribeClientQuotas request payload.

    type DescribeClientQuotasRequest = {
        components: readonly DescribeClientQuotasComponent[];
        strict: boolean;
        taggedFields?: readonly TaggedField[];
    }
    Index

    Properties

    components: readonly DescribeClientQuotasComponent[]

    Component filters that must all match.

    strict: boolean

    If true, exact match only — do not include entries with extra entity types.

    taggedFields?: readonly TaggedField[]

    Tagged fields (v1+).