Class: Grafeas::V1::ListNotesResponse
- Inherits:
-
Object
- Object
- Grafeas::V1::ListNotesResponse
- Defined in:
- lib/grafeas/v1/doc/grafeas/v1/grafeas.rb
Overview
Response for listing notes.
Instance Attribute Summary collapse
-
#next_page_token ⇒ String
The next pagination token in the list response.
-
#notes ⇒ Array<Grafeas::V1::Note>
The notes requested.
Instance Attribute Details
#next_page_token ⇒ String
Returns The next pagination token in the list response. It should be used as
page_token
for the following request. An empty value means no more
results.
236 |
# File 'lib/grafeas/v1/doc/grafeas/v1/grafeas.rb', line 236 class ListNotesResponse; end |
#notes ⇒ Array<Grafeas::V1::Note>
Returns The notes requested.
236 |
# File 'lib/grafeas/v1/doc/grafeas/v1/grafeas.rb', line 236 class ListNotesResponse; end |