EventSeriesPatch

data class EventSeriesPatch(val count: Int? = null, val lastObservedTime: String? = null, val state: String? = null)

EventSeries contain information on series of events, i.e. thing that was/is happening continuously for some time.

Constructors

Link copied to clipboard
constructor(count: Int? = null, lastObservedTime: String? = null, state: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Int? = null

Number of occurrences in this series up to the last heartbeat time

Link copied to clipboard

Time when last Event from the series was seen before last heartbeat.

Link copied to clipboard
val state: String? = null

Information whether this series is ongoing or finished. Deprecated. Planned removal for 1.18