ExportStatus

The current status of an archive export job.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The timestamp of when the export job completed (if finished).

Link copied to clipboard

An error message if the export job failed.

Link copied to clipboard

The current state of the export job.

Link copied to clipboard

The timestamp of when the export job was submitted.

Functions

Link copied to clipboard
inline fun copy(block: ExportStatus.Builder.() -> Unit = {}): ExportStatus
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String