Class: Google::Apis::ContaineranalysisV1beta1::BatchCreateNotesRequest
- Inherits:
-
Object
- Object
- Google::Apis::ContaineranalysisV1beta1::BatchCreateNotesRequest
- Defined in:
- generated/google/apis/containeranalysis_v1beta1/classes.rb,
generated/google/apis/containeranalysis_v1beta1/representations.rb,
generated/google/apis/containeranalysis_v1beta1/representations.rb
Overview
Request to create notes in batch.
Instance Attribute Summary collapse
-
#notes ⇒ Hash<String,Google::Apis::ContaineranalysisV1beta1::Note>
The notes to create.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BatchCreateNotesRequest
constructor
A new instance of BatchCreateNotesRequest.
-
#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) ⇒ BatchCreateNotesRequest
Returns a new instance of BatchCreateNotesRequest
302 303 304 |
# File 'generated/google/apis/containeranalysis_v1beta1/classes.rb', line 302 def initialize(**args) update!(**args) end |
Instance Attribute Details
#notes ⇒ Hash<String,Google::Apis::ContaineranalysisV1beta1::Note>
The notes to create. Max allowed length is 1000.
Corresponds to the JSON property notes
300 301 302 |
# File 'generated/google/apis/containeranalysis_v1beta1/classes.rb', line 300 def notes @notes end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
307 308 309 |
# File 'generated/google/apis/containeranalysis_v1beta1/classes.rb', line 307 def update!(**args) @notes = args[:notes] if args.key?(:notes) end |