AuditTaskMetadata class
The audits that were performed.
Constructors
- AuditTaskMetadata({String? taskId, AuditTaskStatus? taskStatus, AuditTaskType? taskType})
-
AuditTaskMetadata.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- taskId → String?
-
The ID of this audit.
final
- taskStatus → AuditTaskStatus?
-
The status of this audit. One of "IN_PROGRESS", "COMPLETED", "FAILED", or
"CANCELED".
final
- taskType → AuditTaskType?
-
The type of this audit. One of "ON_DEMAND_AUDIT_TASK" or
"SCHEDULED_AUDIT_TASK".
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