EventPage

@Serializable
data class EventPage(val data: List<EventEnvelope>, val nextCursor: NextCursor?, val hasNextPage: Boolean)

Constructors

Link copied to clipboard
constructor(data: List<EventEnvelope>, nextCursor: NextCursor?, hasNextPage: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard