Event Series Patch
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.