AutomatedBackupConfig constructor

AutomatedBackupConfig({
  1. String? automatedBackupMode,
  2. FixedFrequencySchedule? fixedFrequencySchedule,
  3. String? retention,
})

Implementation

AutomatedBackupConfig({
  this.automatedBackupMode,
  this.fixedFrequencySchedule,
  this.retention,
});