Class: Grafeas::V1::BatchCreateNotesRequest
- Inherits:
-
Object
- Object
- Grafeas::V1::BatchCreateNotesRequest
- Defined in:
- lib/grafeas/v1/doc/grafeas/v1/grafeas.rb
Overview
Request to create notes in batch.
Instance Attribute Summary collapse
-
#notes ⇒ Hash{String => Grafeas::V1::Note}
The notes to create.
-
#parent ⇒ String
The name of the project in the form of
projects/[PROJECT_ID], under which the notes are to be created.
Instance Attribute Details
#notes ⇒ Hash{String => Grafeas::V1::Note}
304 |
# File 'lib/grafeas/v1/doc/grafeas/v1/grafeas.rb', line 304 class BatchCreateNotesRequest; end |
#parent ⇒ String
304 |
# File 'lib/grafeas/v1/doc/grafeas/v1/grafeas.rb', line 304 class BatchCreateNotesRequest; end |