MaintenanceSchedule class

Upcoming maintenance schedule.

If no maintenance is scheduled, fields are not populated.

Constructors

MaintenanceSchedule({bool? canReschedule, String? endTime, String? scheduleDeadlineTime, String? startTime})
MaintenanceSchedule.fromJson(Map json_)

Properties

canReschedule bool?
If the scheduled maintenance can be rescheduled, default is true.
getter/setter pair
endTime String?
The end time of any upcoming scheduled maintenance for this instance.
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
scheduleDeadlineTime String?
The deadline that the maintenance schedule start time can not go beyond, including reschedule.
getter/setter pair
startTime String?
The start time of any upcoming scheduled maintenance for this instance.
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