ListEventsResponse

data class ListEventsResponse(val events: List<Event> = emptyList(), val nextPageToken: String? = null)

Response for listing events.

Constructors

Link copied to clipboard
constructor(events: List<Event> = emptyList(), nextPageToken: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val nextPageToken: String? = null