ListOccurrencesResponse constructor
ListOccurrencesResponse({
- String? nextPageToken,
- List<
Occurrence> ? occurrences, - List<
String> ? unreachable,
Implementation
ListOccurrencesResponse({
this.nextPageToken,
this.occurrences,
this.unreachable,
});