MaxAgeRule constructor

MaxAgeRule({
  1. required bool enabled,
  2. bool? deleteSourceFromS3,
  3. int? maxAgeInDays,
})

Implementation

MaxAgeRule({
  required this.enabled,
  this.deleteSourceFromS3,
  this.maxAgeInDays,
});