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

    Interface OneTimeExportStateDetails

    Additional details about the current state of the export.

    interface OneTimeExportStateDetails {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.billing.v1alpha1.OneTimeExportStateDetails";
        error?: ServiceError;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

      Additional details about the current state of the export.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Additional details about the current state of the export.

            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.OneTimeExportStateDetails"

    Contains the fully qualified protobuf type name.

    error?: ServiceError

    Error encountered during export. Populated only when state is FAILED.