events

@JvmName(name = "listServiceEventsResponseServiceEvent")
fun Flow<ListServiceEventsResponse>.events(): Flow<ServiceEvent>

This paginator transforms the flow returned by listServiceEventsPaginated to access the nested member ServiceEvent

Return

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


@JvmName(name = "listSystemEventsResponseSystemEvent")
fun Flow<ListSystemEventsResponse>.events(): Flow<SystemEvent>

This paginator transforms the flow returned by listSystemEventsPaginated to access the nested member SystemEvent

Return

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