Schedule class

Defines scheduling parameters for automatically creating Backups via this BackupPlan.

Constructors

Schedule({String? cronSchedule, String? nextScheduledBackupTime, bool? paused, RpoConfig? rpoConfig})
Schedule.fromJson(Map json_)

Properties

cronSchedule String?
A standard cron string that defines a repeating schedule for creating Backups via this BackupPlan.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
nextScheduledBackupTime String?
Start time of next scheduled backup under this BackupPlan by either cron_schedule or rpo config.
getter/setter pair
paused bool?
This flag denotes whether automatic Backup creation is paused for this BackupPlan.
getter/setter pair
rpoConfig RpoConfig?
Defines the RPO schedule configuration for this BackupPlan.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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