EventCapture

data class EventCapture(val value: Any?, val target: String = Target.field_update, val timestamp: Long = Clock.System.now().toEpochMilliseconds())

Constructors

Link copied to clipboard
constructor(value: Any?, target: String = Target.field_update, timestamp: Long = Clock.System.now().toEpochMilliseconds())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val value: Any?