class Google::Apis::ContaineranalysisV1::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::ContaineranalysisV1::Occurrence>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/containeranalysis_v1/classes.rb, line 231
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 236
def update!(**args)
  @occurrences = args[:occurrences] if args.key?(:occurrences)
end