BackupScheduleConfig constructor
const
BackupScheduleConfig({
- required String cron,
- required BackupScope scope,
- required List<
BackupStorageTarget> storageTargets, - int retentionDays = 30,
- bool enabled = true,
- String? label,
- List<
String> notifyEmails = const [],
Implementation
const BackupScheduleConfig({
required this.cron,
required this.scope,
required this.storageTargets,
this.retentionDays = 30,
this.enabled = true,
this.label,
this.notifyEmails = const [],
});