Class: Google::Apis::ContaineranalysisV1beta1::BatchCreateNotesRequest

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/containeranalysis_v1beta1/classes.rb,
generated/google/apis/containeranalysis_v1beta1/representations.rb,
generated/google/apis/containeranalysis_v1beta1/representations.rb

Overview

Request to create notes in batch.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ BatchCreateNotesRequest

Returns a new instance of BatchCreateNotesRequest.



230
231
232
# File 'generated/google/apis/containeranalysis_v1beta1/classes.rb', line 230

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#notesHash<String,Google::Apis::ContaineranalysisV1beta1::Note>

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



228
229
230
# File 'generated/google/apis/containeranalysis_v1beta1/classes.rb', line 228

def notes
  @notes
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



235
236
237
# File 'generated/google/apis/containeranalysis_v1beta1/classes.rb', line 235

def update!(**args)
  @notes = args[:notes] if args.key?(:notes)
end