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

    Interface ResourceGroupCost

    Cost information for a group of resources.

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

    Indexable

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

      Cost information for a group of resources.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Cost information for a group of resources.

            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.v1alpha1.ResourceGroupCost"

    Contains the fully qualified protobuf type name.

    costType?: { $case: "general"; general: GeneralTotalCost }

    Contains the selected value for the cost_type protobuf oneof.

    Type Declaration

    • $case: "general"

      Contains the case.

    • general: GeneralTotalCost

      Contains the general.