DbBackupConfig constructor
DbBackupConfig({})
Implementation
DbBackupConfig({
this.autoBackupEnabled,
this.autoFullBackupDay,
this.autoFullBackupWindow,
this.autoIncrementalBackupWindow,
this.backupDeletionPolicy,
this.backupDestinationDetails,
this.retentionPeriodDays,
});