BackupScheduleConfig class

Constructors

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

Properties

cron String
final
enabled bool
final
hashCode int
The hash code for this object.
no setterinherited
label String?
final
notifyEmails List<String>
final
retentionDays int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scope BackupScope
final
storageTargets List<BackupStorageTarget>
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited