DatasetImportJobSummary constructor

DatasetImportJobSummary({
  1. DateTime? creationDateTime,
  2. String? datasetImportJobArn,
  3. String? failureReason,
  4. String? jobName,
  5. DateTime? lastUpdatedDateTime,
  6. String? status,
})

Implementation

DatasetImportJobSummary({
  this.creationDateTime,
  this.datasetImportJobArn,
  this.failureReason,
  this.jobName,
  this.lastUpdatedDateTime,
  this.status,
});