class Google::Apis::ContaineranalysisV1beta1::BatchCreateOccurrencesResponse
Response for creating occurrences in batch.
Attributes
occurrences[RW]
The occurrences that were created. Corresponds to the JSON property `occurrences` @return [Array<Google::Apis::ContaineranalysisV1beta1::Occurrence>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/containeranalysis_v1beta1/classes.rb, line 287 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 292 def update!(**args) @occurrences = args[:occurrences] if args.key?(:occurrences) end