healthEvents

@JvmName(name = "listHealthEventsResponseHealthEvent")
fun Flow<ListHealthEventsResponse>.healthEvents(): Flow<HealthEvent>

This paginator transforms the flow returned by listHealthEventsPaginated to access the nested member HealthEvent

Return

A kotlinx.coroutines.flow.Flow that can collect HealthEvent