@nebius/js-sdk - v0.1.4
    Preparing search index...
    interface ListDisksRequest {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.compute.v1alpha1.ListDisksRequest";
        filter: string;
        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.v1alpha1.ListDisksRequest"
    filter: string

    Deprecated, will be removed on 2025-06-16: it is not implemented, filtering could be done on client side.

    pageSize: Long
    pageToken: string
    parentId: string