EventFilter

data class EventFilter(val afterCheckpoint: String? = null, val atCheckpoint: String? = null, val beforeCheckpoint: String? = null, val sender: String? = null, val module: String? = null, val type: String? = null)

Constructors

Link copied to clipboard
constructor(afterCheckpoint: String? = null, atCheckpoint: String? = null, beforeCheckpoint: String? = null, sender: String? = null, module: String? = null, type: String? = null)

Properties

Link copied to clipboard
val afterCheckpoint: String? = null
Link copied to clipboard
val atCheckpoint: String? = null
Link copied to clipboard
Link copied to clipboard
val module: String? = null
Link copied to clipboard
val sender: String? = null
Link copied to clipboard
val type: String? = null

Functions

Link copied to clipboard