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