MaintenanceWindowExecution class
Describes the information about an execution of a maintenance window.
Constructors
- MaintenanceWindowExecution({DateTime? endTime, DateTime? startTime, MaintenanceWindowExecutionStatus? status, String? statusDetails, String? windowExecutionId, String? windowId})
-
MaintenanceWindowExecution.fromJson(Map<
String, dynamic> json) -
factory
Properties
- endTime → DateTime?
-
The time the execution finished.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startTime → DateTime?
-
The time the execution started.
final
- status → MaintenanceWindowExecutionStatus?
-
The status of the execution.
final
- statusDetails → String?
-
The details explaining the Status. Only available for certain status values.
final
- windowExecutionId → String?
-
The ID of the maintenance window execution.
final
- windowId → String?
-
The ID of the maintenance window.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited