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

    Interface BatchGetResponse_BatchGetResult

    interface BatchGetResponse_BatchGetResult {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.compute.v1.BatchGetResponse.BatchGetResult";
        result?:
            | { $case: "instance"; instance: Instance }
            | { $case: "error"; error: Status };
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.compute.v1.BatchGetResponse.BatchGetResult"
    result?:
        | { $case: "instance"; instance: Instance }
        | { $case: "error"; error: Status }