class Google::Apis::ContaineranalysisV1beta1::BatchCreateNotesRequest

Request to create notes in batch.

Attributes

notes[RW]

Required. The notes to create, the key is expected to be the note ID. Max allowed length is 1000. Corresponds to the JSON property `notes` @return [Hash<String,Google::Apis::ContaineranalysisV1beta1::Note>]

Public Class Methods

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