MailboxExportJob constructor

MailboxExportJob({
  1. String? description,
  2. DateTime? endTime,
  3. String? entityId,
  4. int? estimatedProgress,
  5. String? jobId,
  6. String? s3BucketName,
  7. String? s3Path,
  8. DateTime? startTime,
  9. MailboxExportJobState? state,
})

Implementation

MailboxExportJob({
  this.description,
  this.endTime,
  this.entityId,
  this.estimatedProgress,
  this.jobId,
  this.s3BucketName,
  this.s3Path,
  this.startTime,
  this.state,
});