@nebius/js-sdk - v0.1.22
    Preparing search index...

    Interface ListQuotaAllowancesResponse

    Response containing quota allowances and pagination token.

    interface ListQuotaAllowancesResponse {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.quotas.v1.ListQuotaAllowancesResponse";
        items: QuotaAllowance[];
        nextPageToken: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

    • [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined
    Index

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.quotas.v1.ListQuotaAllowancesResponse"

    List of quota allowances on this result page.

    nextPageToken: string

    Listing continuation token for the next page of results.