BackupRule constructor
BackupRule({
- int? backupRetentionDays,
- String? ruleId,
- StandardSchedule? standardSchedule,
Implementation
BackupRule({
this.backupRetentionDays,
this.ruleId,
this.standardSchedule,
});