ExportTask constructor

ExportTask({
  1. List<String>? exportOnly,
  2. String? exportTaskIdentifier,
  3. String? failureCause,
  4. String? iamRoleArn,
  5. String? kmsKeyId,
  6. int? percentProgress,
  7. String? s3Bucket,
  8. String? s3Prefix,
  9. DateTime? snapshotTime,
  10. String? sourceArn,
  11. String? status,
  12. DateTime? taskEndTime,
  13. DateTime? taskStartTime,
  14. int? totalExtractedDataInGB,
  15. 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,
});