@nebius/js-sdk - v0.2.54
    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

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

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Request to list quota allowances under a container with pagination support.

            Returns unknown

      • undefined
    Index
    "[customJson]"?: () => unknown

    Returns a safe value for JSON logs.

    Type Declaration

      • (): unknown
      • Returns a safe value for JSON logs.

        Returns unknown

    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>

    Preserves protobuf fields that this SDK version does not recognize.

    $type: "nebius.quotas.v1.ListQuotaAllowancesRequest"

    Contains the fully qualified protobuf type name.

    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.