DetectMitigationActionExecution class

Describes which mitigation actions should be executed.

Constructors

DetectMitigationActionExecution({String? actionName, String? errorCode, DateTime? executionEndDate, DateTime? executionStartDate, String? message, DetectMitigationActionExecutionStatus? status, String? taskId, String? thingName, String? violationId})
DetectMitigationActionExecution.fromJson(Map<String, dynamic> json)
factory

Properties

actionName String?
The friendly name that uniquely identifies the mitigation action.
final
errorCode String?
The error code of a mitigation action.
final
executionEndDate DateTime?
The date a mitigation action ended.
final
executionStartDate DateTime?
The date a mitigation action was started.
final
hashCode int
The hash code for this object.
no setterinherited
message String?
The message of a mitigation action.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status DetectMitigationActionExecutionStatus?
The status of a mitigation action.
final
taskId String?
The unique identifier of the task.
final
thingName String?
The name of the thing.
final
violationId String?
The unique identifier of the violation.
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