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

    Interface ListOperationsByParentRequest

    interface ListOperationsByParentRequest {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.compute.v1.ListOperationsByParentRequest";
        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.compute.v1.ListOperationsByParentRequest"
    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.

    parentId: string

    ID of the parent to list operations for resource type at.