ExportTask constructor

ExportTask({
  1. String? destination,
  2. String? destinationPrefix,
  3. ExportTaskExecutionInfo? executionInfo,
  4. int? from,
  5. String? logGroupName,
  6. ExportTaskStatus? status,
  7. String? taskId,
  8. String? taskName,
  9. int? to,
})

Implementation

ExportTask({
  this.destination,
  this.destinationPrefix,
  this.executionInfo,
  this.from,
  this.logGroupName,
  this.status,
  this.taskId,
  this.taskName,
  this.to,
});