BackupRule constructor

BackupRule({
  1. int? backupRetentionDays,
  2. String? ruleId,
  3. StandardSchedule? standardSchedule,
})

Implementation

BackupRule({
  this.backupRetentionDays,
  this.ruleId,
  this.standardSchedule,
});