ScheduledBackup class

This specifies the configuration of scheduled backup.

Constructors

ScheduledBackup({String? backupLocation, String? cronSchedule, bool? enabled, LatestBackup? latestBackup, String? nextScheduledTime, String? timeZone})
ScheduledBackup.fromJson(Map json_)

Properties

backupLocation String?
A Cloud Storage URI of a folder, in the format gs:///.
getter/setter pair
cronSchedule String?
The scheduled interval in Cron format, see https://en.wikipedia.org/wiki/Cron The default is empty: scheduled backup is not enabled.
getter/setter pair
enabled bool?
Defines whether the scheduled backup is enabled.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
latestBackup LatestBackup?
The details of the latest scheduled backup.
getter/setter pair
nextScheduledTime String?
The time when the next backups execution is scheduled to start.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeZone String?
Specifies the time zone to be used when interpreting cron_schedule.
getter/setter pair

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