Filter constructor

Filter({
  1. DateTime? creationDateTime,
  2. String? datasetGroupArn,
  3. String? failureReason,
  4. String? filterArn,
  5. String? filterExpression,
  6. DateTime? lastUpdatedDateTime,
  7. String? name,
  8. String? status,
})

Implementation

Filter({
  this.creationDateTime,
  this.datasetGroupArn,
  this.failureReason,
  this.filterArn,
  this.filterExpression,
  this.lastUpdatedDateTime,
  this.name,
  this.status,
});