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

    Interface EstimateBatchResponse

    interface EstimateBatchResponse {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.billing.v1.EstimateBatchResponse";
        currency: string;
        resourceCosts: ResourceCost[];
        totalCosts: TotalCost[];
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

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

    Currency used for the estimate.

    resourceCosts: ResourceCost[]
    totalCosts: TotalCost[]

    Total cost for all resource units.