Class: Grafeas::V1::ListNoteOccurrencesResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/grafeas/v1/doc/grafeas/v1/grafeas.rb

Overview

Response for listing occurrences for a note.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_tokenString

Returns Token to provide to skip to a particular spot in the list.

Returns:

  • (String)

    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

#occurrencesArray<Grafeas::V1::Occurrence>

Returns The occurrences attached to the specified note.

Returns:



294
# File 'lib/grafeas/v1/doc/grafeas/v1/grafeas.rb', line 294

class ListNoteOccurrencesResponse; end