AuditMitigationActionExecutionMetadata class
Returned by ListAuditMitigationActionsTask, this object contains information that describes a mitigation action that has been started.
Constructors
- AuditMitigationActionExecutionMetadata({String? actionId, String? actionName, DateTime? endTime, String? errorCode, String? findingId, String? message, DateTime? startTime, AuditMitigationActionsExecutionStatus? status, String? taskId})
-
AuditMitigationActionExecutionMetadata.fromJson(Map<
String, dynamic> json) -
factory
Properties
- actionId → String?
-
The unique identifier for the mitigation action being applied by the task.
final
- actionName → String?
-
The friendly name of the mitigation action being applied by the task.
final
- endTime → DateTime?
-
The date and time when the task was completed or canceled. Blank if the task
is still running.
final
- errorCode → String?
-
If an error occurred, the code that indicates which type of error occurred.
final
- findingId → String?
-
The unique identifier for the findings to which the task and associated
mitigation action are applied.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String?
-
If an error occurred, a message that describes the error.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startTime → DateTime?
-
The date and time when the task was started.
final
- status → AuditMitigationActionsExecutionStatus?
-
The current status of the task being executed.
final
- taskId → String?
-
The unique identifier for the task that applies the mitigation action.
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