ListNoteOccurrencesResponse

Response for listing occurrences for a note.

JSON representation
{
  "occurrences": [
    {
      object (Occurrence)
    }
  ],
  "nextPageToken": string
}
Fields
occurrences[]

object (Occurrence)

The occurrences attached to the specified note.

nextPageToken

string

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