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

    Interface ResourceState

    interface ResourceState {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.audit.v2.ResourceState";
        current?: { [key: string]: any };
        previous?: { [key: string]: any };
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.audit.v2.ResourceState"
    current?: { [key: string]: any }

    The state of the resource after the change in the call.

    previous?: { [key: string]: any }

    The state of the resource before the change in the call.