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