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

    Specification for one-time billing report export.

    interface OneTimeExportSpec {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.billing.v1alpha1.OneTimeExportSpec";
        endPeriod: string;
        format: ExportFormat;
        startPeriod: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

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

    The last billing period to include in the export (inclusive). Example: "2025-06".

    format: ExportFormat

    Format of the exported billing reports.

    startPeriod: string

    The first billing period to include in the export (inclusive). Example: "2025-04".