class Google::Apis::ContaineranalysisV1::BatchCreateOccurrencesRequest
Request to create occurrences in batch.
Attributes
occurrences[RW]
Required. The occurrences to create. Max allowed length is 1000. Corresponds to the JSON property ‘occurrences` @return [Array<Google::Apis::ContaineranalysisV1::Occurrence>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/containeranalysis_v1/classes.rb, line 212 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 217 def update!(**args) @occurrences = args[:occurrences] if args.key?(:occurrences) end