Schedule class

Defines scheduling parameters for automatically creating Backups via this BackupPlan.

Constructors

Schedule({String? cronSchedule, bool? paused})
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
paused bool?
This flag denotes whether automatic Backup creation is paused 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