Finding constructor

Finding({
  1. required String arn,
  2. required List<Attribute> attributes,
  3. required DateTime createdAt,
  4. required DateTime updatedAt,
  5. required List<Attribute> userAttributes,
  6. AssetAttributes? assetAttributes,
  7. AssetType? assetType,
  8. int? confidence,
  9. String? description,
  10. String? id,
  11. bool? indicatorOfCompromise,
  12. double? numericSeverity,
  13. String? recommendation,
  14. int? schemaVersion,
  15. String? service,
  16. InspectorServiceAttributes? serviceAttributes,
  17. Severity? severity,
  18. String? title,
})

Implementation

Finding({
  required this.arn,
  required this.attributes,
  required this.createdAt,
  required this.updatedAt,
  required this.userAttributes,
  this.assetAttributes,
  this.assetType,
  this.confidence,
  this.description,
  this.id,
  this.indicatorOfCompromise,
  this.numericSeverity,
  this.recommendation,
  this.schemaVersion,
  this.service,
  this.serviceAttributes,
  this.severity,
  this.title,
});