DescribeAuditTaskResponse class
Constructors
-
DescribeAuditTaskResponse({Map<
String, AuditCheckDetails> ? auditDetails, String? scheduledAuditName, DateTime? taskStartTime, TaskStatistics? taskStatistics, AuditTaskStatus? taskStatus, AuditTaskType? taskType}) -
DescribeAuditTaskResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
auditDetails
→ Map<
String, AuditCheckDetails> ? -
Detailed information about each check performed during this audit.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scheduledAuditName → String?
-
The name of the scheduled audit (only if the audit was a scheduled audit).
final
- taskStartTime → DateTime?
-
The time the audit started.
final
- taskStatistics → TaskStatistics?
-
Statistical information about the audit.
final
- taskStatus → AuditTaskStatus?
-
The status of the audit: one of "IN_PROGRESS", "COMPLETED", "FAILED", or
"CANCELED".
final
- taskType → AuditTaskType?
-
The type of audit: "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