WeeklySchedule class
A weekly schedule starts a backup at prescribed start times within a day, for the specified days of the week.
The weekly schedule message is flexible and can be used to create many types
of schedules. For example, to have a daily backup that starts at 22:00,
configure the start_times
field to have one element "22:00" and the
days_of_week
field to have all seven days of the week.
Constructors
-
WeeklySchedule({List<
String> ? daysOfWeek, List<GoogleTypeTimeOfDay> ? startTimes}) - WeeklySchedule.fromJson(Map json_)
Properties
-
daysOfWeek
↔ List<
String> ? -
The days of the week to perform a backup.
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
-
startTimes
↔ List<
GoogleTypeTimeOfDay> ? -
The times during the day to start a backup.
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