Class: Grafeas::V1::BatchCreateNotesResponse
- Inherits:
-
Object
- Object
- Grafeas::V1::BatchCreateNotesResponse
- Defined in:
- lib/grafeas/v1/doc/grafeas/v1/grafeas.rb
Overview
Response for creating notes in batch.
Instance Attribute Summary collapse
-
#notes ⇒ Array<Grafeas::V1::Note>
The notes that were created.
Instance Attribute Details
#notes ⇒ Array<Grafeas::V1::Note>
Returns The notes that were created.
310 |
# File 'lib/grafeas/v1/doc/grafeas/v1/grafeas.rb', line 310 class BatchCreateNotesResponse; end |