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

    Interface ListQuotaAllowancesRequest

    Request to list quota allowances under a container with pagination support.

    interface ListQuotaAllowancesRequest {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.quotas.v1.ListQuotaAllowancesRequest";
        pageSize: Long;
        pageToken: string;
        parentId: 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.ListQuotaAllowancesRequest"
    pageSize: Long

    Page size. Must be between [1...1000]. Optional; if not specified, a reasonable default will be chosen by the service.

    pageToken: string

    Listing continuation token. Pass an empty string to start listing from the first page.

    parentId: string

    ID of the Container to list quotas for.