Finding constructor
Finding({
- required DateTime analyzedAt,
- required Map<
String, String> condition, - required DateTime createdAt,
- required String id,
- required String resourceOwnerAccount,
- required ResourceType resourceType,
- required FindingStatus status,
- required DateTime updatedAt,
- List<
String> ? action, - String? error,
- bool? isPublic,
- Map<
String, String> ? principal, - String? resource,
- List<
FindingSource> ? sources,
Implementation
Finding({
required this.analyzedAt,
required this.condition,
required this.createdAt,
required this.id,
required this.resourceOwnerAccount,
required this.resourceType,
required this.status,
required this.updatedAt,
this.action,
this.error,
this.isPublic,
this.principal,
this.resource,
this.sources,
});