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}
Returns The notes to create. Max allowed length is 1000.
298 |
# File 'lib/grafeas/v1/doc/grafeas/v1/grafeas.rb', line 298 class BatchCreateNotesRequest; end |
#parent ⇒ String
Returns The name of the project in the form of projects/[PROJECT_ID], under which
the notes are to be created.
298 |
# File 'lib/grafeas/v1/doc/grafeas/v1/grafeas.rb', line 298 class BatchCreateNotesRequest; end |