events

@JvmName(name = "listInsightsDataResponseEvent")
fun Flow<ListInsightsDataResponse>.events(): Flow<Event>

This paginator transforms the flow returned by listInsightsDataPaginated to access the nested member Event

Return

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


@JvmName(name = "lookupEventsResponseEvent")
fun Flow<LookupEventsResponse>.events(): Flow<Event>

This paginator transforms the flow returned by lookupEventsPaginated to access the nested member Event

Return

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