DatasetGroupSummary constructor

DatasetGroupSummary({
  1. DateTime? creationDateTime,
  2. String? datasetGroupArn,
  3. String? failureReason,
  4. DateTime? lastUpdatedDateTime,
  5. String? name,
  6. String? status,
})

Implementation

DatasetGroupSummary({
  this.creationDateTime,
  this.datasetGroupArn,
  this.failureReason,
  this.lastUpdatedDateTime,
  this.name,
  this.status,
});