Class: Google::Apis::ContaineranalysisV1beta1::BatchCreateNotesResponse
- Inherits:
-
Object
- Object
- Google::Apis::ContaineranalysisV1beta1::BatchCreateNotesResponse
- Defined in:
- generated/google/apis/containeranalysis_v1beta1/classes.rb,
generated/google/apis/containeranalysis_v1beta1/representations.rb,
generated/google/apis/containeranalysis_v1beta1/representations.rb more...
Overview
Response for creating notes in batch.
Instance Attribute Summary collapse
-
#notes ⇒ Array<Google::Apis::ContaineranalysisV1beta1::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.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ BatchCreateNotesResponse
Returns a new instance of BatchCreateNotesResponse
321 322 323 |
# File 'generated/google/apis/containeranalysis_v1beta1/classes.rb', line 321 def initialize(**args) update!(**args) end |
Instance Attribute Details
#notes ⇒ Array<Google::Apis::ContaineranalysisV1beta1::Note>
The notes that were created.
Corresponds to the JSON property notes
319 320 321 |
# File 'generated/google/apis/containeranalysis_v1beta1/classes.rb', line 319 def notes @notes end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
326 327 328 |
# File 'generated/google/apis/containeranalysis_v1beta1/classes.rb', line 326 def update!(**args) @notes = args[:notes] if args.key?(:notes) end |