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

    Interface DeprecationDetails

    interface DeprecationDetails {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.DeprecationDetails";
        description: string;
        effectiveAt: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.DeprecationDetails"
    description: string

    A description to help users understand the reason for deprecation and suggest alternatives

    effectiveAt: string

    The date when this method, service, message or field will stop working (format: YYYY-MM-DD)