Class: Google::Apis::ContaineranalysisV1::BatchCreateNotesResponse
- Inherits:
-
Object
- Object
- Google::Apis::ContaineranalysisV1::BatchCreateNotesResponse
- 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
-
#notes ⇒ Array<Google::Apis::ContaineranalysisV1::Note>
The notes that were created.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BatchCreateNotesResponse
constructor
A new instance of BatchCreateNotesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BatchCreateNotesResponse
Returns a new instance of BatchCreateNotesResponse.
289 290 291 |
# File 'lib/google/apis/containeranalysis_v1/classes.rb', line 289 def initialize(**args) update!(**args) end |
Instance Attribute Details
#notes ⇒ Array<Google::Apis::ContaineranalysisV1::Note>
The notes that were created.
Corresponds to the JSON property notes
287 288 289 |
# File 'lib/google/apis/containeranalysis_v1/classes.rb', line 287 def notes @notes end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
294 295 296 |
# File 'lib/google/apis/containeranalysis_v1/classes.rb', line 294 def update!(**args) @notes = args[:notes] if args.key?(:notes) end |