SqlScheduledMaintenance class

Any scheduled maintenancce for this instance.

Constructors

SqlScheduledMaintenance({bool? canDefer, bool? canReschedule, String? scheduleDeadlineTime, String? startTime})
SqlScheduledMaintenance.fromJson(Map _json)

Properties

canDefer bool?
getter/setter pair
canReschedule bool?
If the scheduled maintenance can be rescheduled.
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?
Maintenance cannot be rescheduled to start beyond this deadline.
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