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 of the last occurrence observed

Link copied to clipboard
val state: String? = null

State of this Series: Ongoing or Finished Deprecated. Planned removal for 1.18