CrontabSpec class

CrontabSpec can be used to specify the version time and frequency at which the backup is created.

Constructors

CrontabSpec.new({String? creationWindow, String? text, String? timeZone})
CrontabSpec.fromJson(Map json_)

Properties

creationWindow String?
Scheduled backups contain an externally consistent copy of the database at the version time specified in schedule_spec.cron_spec.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String?
Textual representation of the crontab.
getter/setter pair
timeZone String?
The time zone of the times in CrontabSpec.text.
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