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

    One-time export of billing reports as a downloadable archive. Creates a .tar.gz archive of FOCUS billing data for the requested period and provides a presigned download URL.

    interface OneTimeExport {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.billing.v1alpha1.OneTimeExport";
        metadata?: ResourceMetadata;
        spec?: OneTimeExportSpec;
        status?: OneTimeExportStatus;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.billing.v1alpha1.OneTimeExport"
    metadata?: ResourceMetadata

    Parent is Contract ID.

    Export configuration specification.

    Current status of the one-time export.