ListOccurrencesResponse

Response for listing occurrences.

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

object (Occurrence)

The occurrences requested.

nextPageToken

string

The next pagination token in the list response. It should be used as pageToken for the following request. An empty value means no more results.