MaintenanceSettings class
Captures requested directives for performing future maintenance on the unit.
This includes a request for the unit to skip maintenance for a period of time and remain pinned to its current release as well as controls for postponing maintenance scheduled in future.
Constructors
- MaintenanceSettings({String? pinnedUntilTime})
- MaintenanceSettings.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- pinnedUntilTime ↔ String?
-
If present, it fixes the release on the unit until the given time; i.e.
changes to the release field will be rejected.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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