ImageScanFindingsSummary constructor

ImageScanFindingsSummary({
  1. Map<FindingSeverity, int>? findingSeverityCounts,
  2. DateTime? imageScanCompletedAt,
  3. DateTime? vulnerabilitySourceUpdatedAt,
})

Implementation

ImageScanFindingsSummary({
  this.findingSeverityCounts,
  this.imageScanCompletedAt,
  this.vulnerabilitySourceUpdatedAt,
});