@nebius/js-sdk - v0.1.4
    Preparing search index...
    interface ListBackupsByClusterRequest {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.msp.postgresql.v1alpha1.ListBackupsByClusterRequest";
        clusterId: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.msp.postgresql.v1alpha1.ListBackupsByClusterRequest"
    clusterId: string

    ID of the PostgreSQL cluster to list backups from.