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

    Interface FeatureSetDefaults_FeatureSetEditionDefault

    A map from every known edition with a unique set of defaults to its defaults. Not all editions may be contained here. For a given edition, the defaults at the closest matching edition ordered at or before it should be used. This field must be in strict ascending order by edition.

    interface FeatureSetDefaults_FeatureSetEditionDefault {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault";
        edition?: Edition;
        fixedFeatures?: FeatureSet;
        overridableFeatures?: FeatureSet;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

      A map from every known edition with a unique set of defaults to its defaults. Not all editions may be contained here. For a given edition, the defaults at the closest matching edition ordered at or before it should be used. This field must be in strict ascending order by edition.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • A map from every known edition with a unique set of defaults to its defaults. Not all editions may be contained here. For a given edition, the defaults at the closest matching edition ordered at or before it should be used. This field must be in strict ascending order by edition.

            Returns unknown

      • undefined
    Index
    "[customJson]"?: () => unknown

    Returns a safe value for JSON logs.

    Type Declaration

      • (): unknown
      • Returns a safe value for JSON logs.

        Returns unknown

    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>

    Preserves protobuf fields that this SDK version does not recognize.

    $type: "google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault"

    Contains the fully qualified protobuf type name.

    edition?: Edition

    Contains the edition protobuf field.

    fixedFeatures?: FeatureSet

    Defaults of features that can't be overridden in this edition.

    overridableFeatures?: FeatureSet

    Defaults of features that can be overridden in this edition.