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

    Interface NIDFieldSettings

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

    Indexable

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

    Properties

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

    For metadata fields, parent_resource lists allowed parent resource types for metadata.parent_id. Leave empty to allow any type. Validation only produces warnings. Typically set on the resource message; request-level overrides are supported.

    resource: string[]

    Fields annotated with this option are treated as NIDs. resource lists allowed NID resource types (prefixes). Leave empty to accept any type. Validation only produces warnings.