Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ApiListOccurrencesResponse

Response including listed active occurrences.

Hierarchy

  • ApiListOccurrencesResponse

Index

Properties

Optional next_page_token

next_page_token: string

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.

Optional occurrences

occurrences: ApiOccurrence[]

The occurrences requested.

Generated using TypeDoc