Class: Google::Apis::ContaineranalysisV1beta1::BatchCreateNotesResponse

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

Response for creating notes in batch.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ BatchCreateNotesResponse

Returns a new instance of BatchCreateNotesResponse.



214
215
216
# File 'generated/google/apis/containeranalysis_v1beta1/classes.rb', line 214

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

Instance Attribute Details

#notesArray<Google::Apis::ContaineranalysisV1beta1::Note>

The notes that were created. Corresponds to the JSON property notes



212
213
214
# File 'generated/google/apis/containeranalysis_v1beta1/classes.rb', line 212

def notes
  @notes
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



219
220
221
# File 'generated/google/apis/containeranalysis_v1beta1/classes.rb', line 219

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