class Google::Apis::ContaineranalysisV1beta1::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::ContaineranalysisV1beta1::FixableTotalByDigest>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/containeranalysis_v1beta1/classes.rb, line 3688 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_v1beta1/classes.rb, line 3693 def update!(**args) @counts = args[:counts] if args.key?(:counts) end