EventChunk

@Serializable
class EventChunk(val entries: MutableList<EventEntry>)

Constructors

Link copied to clipboard
constructor(entries: MutableList<EventEntry>)

Properties

Link copied to clipboard