ExclusionWindow class
Defines a time window during which no backup should happen.
All time and date are in UTC.
Constructors
- ExclusionWindow({bool? daily, DayOfWeekList? daysOfWeek, String? duration, Date? singleOccurrenceDate, TimeOfDay? startTime})
 - ExclusionWindow.fromJson(Map json_)
 
Properties
- daily ↔ bool?
 - 
  The exclusion window occurs every day if set to "True".
  getter/setter pair
 - daysOfWeek ↔ DayOfWeekList?
 - 
  The exclusion window occurs on these days of each week in UTC.
  getter/setter pair
 - duration ↔ String?
 - 
  Specifies duration of the window.
  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
 - singleOccurrenceDate ↔ Date?
 - 
  No recurrence.
  getter/setter pair
 - startTime ↔ TimeOfDay?
 - 
  Specifies the start time of the window using time of the day in UTC.
  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