class Google::Apis::ContaineranalysisV1::VulnerabilityOccurrencesSummary
A summary of how many vulnerability occurrences there are per resource and severity type.
Attributes
counts[RW]
A listing by resource of the number of fixable and total vulnerabilities. Corresponds to the JSON property ‘counts` @return [Array<Google::Apis::ContaineranalysisV1::FixableTotalByDigest>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/containeranalysis_v1/classes.rb, line 4933 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_v1/classes.rb, line 4938 def update!(**args) @counts = args[:counts] if args.key?(:counts) end