Request

@Serializable
data class Request(val events: List<Event<*>>)

Constructors

Link copied to clipboard
constructor(events: List<Event<*>>)

Properties

Link copied to clipboard
val events: List<Event<*>>