DescribeMailboxExportJobResponse class

Constructors

DescribeMailboxExportJobResponse({String? description, DateTime? endTime, String? entityId, String? errorInfo, int? estimatedProgress, String? kmsKeyArn, String? roleArn, String? s3BucketName, String? s3Path, String? s3Prefix, DateTime? startTime, MailboxExportJobState? state})
DescribeMailboxExportJobResponse.fromJson(Map<String, dynamic> json)
factory

Properties

description String?
The mailbox export job description.
final
endTime DateTime?
The mailbox export job end timestamp.
final
entityId String?
The identifier of the user or resource associated with the mailbox.
final
errorInfo String?
Error information for failed mailbox export jobs.
final
estimatedProgress int?
The estimated progress of the mailbox export job, in percentage points.
final
hashCode int
The hash code for this object.
no setterinherited
kmsKeyArn String?
The Amazon Resource Name (ARN) of the symmetric AWS Key Management Service (AWS KMS) key that encrypts the exported mailbox content.
final
roleArn String?
The ARN of the AWS Identity and Access Management (IAM) role that grants write permission to the Amazon Simple Storage Service (Amazon S3) bucket.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
s3BucketName String?
The name of the S3 bucket.
final
s3Path String?
The path to the S3 bucket and file that the mailbox export job is exporting to.
final
s3Prefix String?
The S3 bucket prefix.
final
startTime DateTime?
The mailbox export job start timestamp.
final
state MailboxExportJobState?
The state of the mailbox export job.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited