Class: Grafeas::V1::ListNoteOccurrencesResponse
- Inherits:
-
Object
- Object
- Grafeas::V1::ListNoteOccurrencesResponse
- Defined in:
- lib/grafeas/v1/doc/grafeas/v1/grafeas.rb
Overview
Response for listing occurrences for a note.
Instance Attribute Summary collapse
-
#next_page_token ⇒ String
Token to provide to skip to a particular spot in the list.
-
#occurrences ⇒ Array<Grafeas::V1::Occurrence>
The occurrences attached to the specified note.
Instance Attribute Details
#next_page_token ⇒ String
Returns Token to provide to skip to a particular spot in the list.
294 |
# File 'lib/grafeas/v1/doc/grafeas/v1/grafeas.rb', line 294 class ListNoteOccurrencesResponse; end |
#occurrences ⇒ Array<Grafeas::V1::Occurrence>
Returns The occurrences attached to the specified note.
294 |
# File 'lib/grafeas/v1/doc/grafeas/v1/grafeas.rb', line 294 class ListNoteOccurrencesResponse; end |