EventFilter

data class EventFilter(val eventType: String? = null, val state: EventState? = null, val minAttempts: Int? = null)

Filter criteria for event queries.

Since

0.4.0

Constructors

Link copied to clipboard
constructor(eventType: String? = null, state: EventState? = null, minAttempts: Int? = null)

Properties

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