RemediationExecutionStatus class

Provides details of the current status of the invoked remediation action for that resource.

Constructors

RemediationExecutionStatus({DateTime? invocationTime, DateTime? lastUpdatedTime, ResourceKey? resourceKey, RemediationExecutionState? state, List<RemediationExecutionStep>? stepDetails})
RemediationExecutionStatus.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
invocationTime DateTime?
Start time when the remediation was executed.
final
lastUpdatedTime DateTime?
The time when the remediation execution was last updated.
final
resourceKey ResourceKey?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state RemediationExecutionState?
ENUM of the values.
final
stepDetails List<RemediationExecutionStep>?
Details of every step.
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