DescribeMailboxExportJobResponse constructor

DescribeMailboxExportJobResponse({
  1. String? description,
  2. DateTime? endTime,
  3. String? entityId,
  4. String? errorInfo,
  5. int? estimatedProgress,
  6. String? kmsKeyArn,
  7. String? roleArn,
  8. String? s3BucketName,
  9. String? s3Path,
  10. String? s3Prefix,
  11. DateTime? startTime,
  12. MailboxExportJobState? state,
})

Implementation

DescribeMailboxExportJobResponse({
  this.description,
  this.endTime,
  this.entityId,
  this.errorInfo,
  this.estimatedProgress,
  this.kmsKeyArn,
  this.roleArn,
  this.s3BucketName,
  this.s3Path,
  this.s3Prefix,
  this.startTime,
  this.state,
});