DescribeDatasetImportJobResponse constructor

DescribeDatasetImportJobResponse({
  1. DateTime? creationTime,
  2. double? dataSize,
  3. DataSource? dataSource,
  4. String? datasetArn,
  5. String? datasetImportJobArn,
  6. String? datasetImportJobName,
  7. Map<String, Statistics>? fieldStatistics,
  8. String? geolocationFormat,
  9. DateTime? lastModificationTime,
  10. String? message,
  11. String? status,
  12. String? timeZone,
  13. String? timestampFormat,
  14. bool? useGeolocationForTimeZone,
})

Implementation

DescribeDatasetImportJobResponse({
  this.creationTime,
  this.dataSize,
  this.dataSource,
  this.datasetArn,
  this.datasetImportJobArn,
  this.datasetImportJobName,
  this.fieldStatistics,
  this.geolocationFormat,
  this.lastModificationTime,
  this.message,
  this.status,
  this.timeZone,
  this.timestampFormat,
  this.useGeolocationForTimeZone,
});