ExportTask constructor
      
      ExportTask({ 
    
    
- List<String> ? exportOnly,
- String? exportTaskIdentifier,
- String? failureCause,
- String? iamRoleArn,
- String? kmsKeyId,
- int? percentProgress,
- String? s3Bucket,
- String? s3Prefix,
- DateTime? snapshotTime,
- String? sourceArn,
- String? status,
- DateTime? taskEndTime,
- DateTime? taskStartTime,
- int? totalExtractedDataInGB,
- String? warningMessage,
Implementation
ExportTask({
  this.exportOnly,
  this.exportTaskIdentifier,
  this.failureCause,
  this.iamRoleArn,
  this.kmsKeyId,
  this.percentProgress,
  this.s3Bucket,
  this.s3Prefix,
  this.snapshotTime,
  this.sourceArn,
  this.status,
  this.taskEndTime,
  this.taskStartTime,
  this.totalExtractedDataInGB,
  this.warningMessage,
});