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

    General total cost with a single fixed amount. Used for resources with predictable, non-variable pricing.

    interface GeneralTotalCost {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.billing.v1alpha1.GeneralTotalCost";
        total?: CostBreakdown;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.billing.v1alpha1.GeneralTotalCost"

    Cost breakdown including all SKUs and their individual costs.