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

    Total cost for a single resource unit.

    interface TotalCost {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.billing.v1.TotalCost";
        aggregationUnit?: AggregationUnit;
        costType?:
            | { $case: "general"; general: GeneralResourceCost }
            | { $case: "range"; range: RangeTotalCost };
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

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

    Aggregation unit.

    costType?:
        | { $case: "general"; general: GeneralResourceCost }
        | { $case: "range"; range: RangeTotalCost }