DatasetImportJobSummary constructor

DatasetImportJobSummary({
  1. DateTime? creationTime,
  2. DataSource? dataSource,
  3. String? datasetImportJobArn,
  4. String? datasetImportJobName,
  5. DateTime? lastModificationTime,
  6. String? message,
  7. String? status,
})

Implementation

DatasetImportJobSummary({
  this.creationTime,
  this.dataSource,
  this.datasetImportJobArn,
  this.datasetImportJobName,
  this.lastModificationTime,
  this.message,
  this.status,
});