DatasetSchemaSummary constructor

DatasetSchemaSummary({
  1. DateTime? creationDateTime,
  2. DateTime? lastUpdatedDateTime,
  3. String? name,
  4. String? schemaArn,
})

Implementation

DatasetSchemaSummary({
  this.creationDateTime,
  this.lastUpdatedDateTime,
  this.name,
  this.schemaArn,
});