class Google::Apis::ContaineranalysisV1beta1::BatchCreateNotesResponse

Response for creating notes in batch.

Attributes

notes[RW]

The notes that were created. Corresponds to the JSON property `notes` @return [Array<Google::Apis::ContaineranalysisV1beta1::Note>]

Public Class Methods

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