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

    Interface GeneralTotalCost

    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.v1.GeneralTotalCost";
        total?: CostBreakdown;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

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

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • General total cost with a single fixed amount. Used for resources with predictable, non-variable pricing.

            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: "nebius.billing.v1.GeneralTotalCost"

    Contains the fully qualified protobuf type name.

    Cost breakdown including all SKUs and their individual costs.