Dataset constructor

Dataset(
  1. {DateTime? creationDateTime,
  2. String? datasetArn,
  3. String? datasetGroupArn,
  4. String? datasetType,
  5. DateTime? lastUpdatedDateTime,
  6. String? name,
  7. String? schemaArn,
  8. String? status}
)

Implementation

Dataset({
  this.creationDateTime,
  this.datasetArn,
  this.datasetGroupArn,
  this.datasetType,
  this.lastUpdatedDateTime,
  this.name,
  this.schemaArn,
  this.status,
});