occurrences property

List<Occurrence>? occurrences
getter/setter pair

The list of Vulnerability Occurrences resulting from a scan.

Implementation

core.List<Occurrence>? occurrences;