QueryEventsResponse

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

Constructors

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

Properties

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