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

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/containeranalysis_v1beta1/classes.rb,
lib/google/apis/containeranalysis_v1beta1/representations.rb,
lib/google/apis/containeranalysis_v1beta1/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.



345
346
347
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 345

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



343
344
345
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 343

def notes
  @notes
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



350
351
352
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 350

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