AutomatedBackupConfig constructor
AutomatedBackupConfig({
- String? automatedBackupMode,
- FixedFrequencySchedule? fixedFrequencySchedule,
- String? retention,
Implementation
AutomatedBackupConfig({
this.automatedBackupMode,
this.fixedFrequencySchedule,
this.retention,
});