Class: Google::Apis::ContaineranalysisV1::BatchCreateNotesResponse

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

Overview

Response for creating notes in batch.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ BatchCreateNotesResponse

Returns a new instance of BatchCreateNotesResponse.



213
214
215
# File 'lib/google/apis/containeranalysis_v1/classes.rb', line 213

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

Instance Attribute Details

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

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



211
212
213
# File 'lib/google/apis/containeranalysis_v1/classes.rb', line 211

def notes
  @notes
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



218
219
220
# File 'lib/google/apis/containeranalysis_v1/classes.rb', line 218

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