class Google::Apis::ContaineranalysisV1alpha1::GetVulnzOccurrencesSummaryResponse

A summary of how many vulnz occurrences there are per severity type. counts by groups, or if we should have different summary messages like this.

Attributes

counts[RW]

A map of how many occurrences were found for each severity. Corresponds to the JSON property `counts` @return [Array<Google::Apis::ContaineranalysisV1alpha1::SeverityCount>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/containeranalysis_v1alpha1/classes.rb, line 1646
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/containeranalysis_v1alpha1/classes.rb, line 1651
def update!(**args)
  @counts = args[:counts] if args.key?(:counts)
end