MailboxExportJob

The details of a mailbox export job, including the user or resource ID associated with the mailbox and the S3 bucket that the mailbox contents are exported to.

Types

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

Properties

Link copied to clipboard

The mailbox export job description.

Link copied to clipboard

The mailbox export job end timestamp.

Link copied to clipboard

The identifier of the user or resource associated with the mailbox.

Link copied to clipboard

The estimated progress of the mailbox export job, in percentage points.

Link copied to clipboard

The identifier of the mailbox export job.

Link copied to clipboard

The name of the S3 bucket.

Link copied to clipboard

The path to the S3 bucket and file that the mailbox export job exports to.

Link copied to clipboard

The mailbox export job start timestamp.

Link copied to clipboard

The state of the mailbox export job.

Functions

Link copied to clipboard
inline fun copy(block: MailboxExportJob.Builder.() -> Unit = {}): MailboxExportJob
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