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

    Interface ListOperationsRequest

    interface ListOperationsRequest {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.common.v1.ListOperationsRequest";
        pageSize: Long;
        pageToken: string;
        resourceId: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.common.v1.ListOperationsRequest"
    pageSize: Long

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

    pageToken: string

    Listing continuation token. Empty to start listing from the first page.

    resourceId: string

    ID of the Resource to list operations for.