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

    Interface AggregationUnit

    interface AggregationUnit {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.billing.v1.AggregationUnit";
        unit: string;
        unitType: AggregationUnit_UnitType;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.billing.v1.AggregationUnit"
    unit: string

    Resource unit value.

    Resource unit type.