notificationEvents

@JvmName(name = "listNotificationEventsResponseNotificationEventOverview")
fun Flow<ListNotificationEventsResponse>.notificationEvents(): Flow<NotificationEventOverview>

This paginator transforms the flow returned by listNotificationEventsPaginated to access the nested member NotificationEventOverview

Return

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