FilterSummary constructor

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

Implementation

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