MailboxExportJob
import type { MailboxExportJob } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/workmail.ts";interface MailboxExportJob {
Description?: string | null;
EndTime?: Date | number | null;
EntityId?: string | null;
EstimatedProgress?: number | null;
JobId?: string | null;
S3BucketName?: string | null;
S3Path?: string | null;
StartTime?: Date | number | null;
State?: MailboxExportJobState | null;
}§Properties
§
State?: MailboxExportJobState | null
[src]