QueryEventsResponse

data class QueryEventsResponse(val cursor: String? = null, val events: List<Event>)

Parameters

cursor

Next cursor for pagination. Only present if there are more results.

Constructors

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

Properties

Link copied to clipboard

Next cursor for pagination. Only present if there are more results.

Link copied to clipboard