AuditFinding constructor
AuditFinding({
- String? checkName,
- String? findingId,
- DateTime? findingTime,
- bool? isSuppressed,
- NonCompliantResource? nonCompliantResource,
- String? reasonForNonCompliance,
- String? reasonForNonComplianceCode,
- AuditFindingSeverity? severity,
- String? taskId,
- DateTime? taskStartTime,
Implementation
AuditFinding({
this.checkName,
this.findingId,
this.findingTime,
this.isSuppressed,
this.nonCompliantResource,
this.reasonForNonCompliance,
this.reasonForNonComplianceCode,
this.relatedResources,
this.severity,
this.taskId,
this.taskStartTime,
});