notifications

@JvmName(name = "listNotificationsResponseNotificationOutput")
fun Flow<ListNotificationsResponse>.notifications(): Flow<NotificationOutput>

This paginator transforms the flow returned by listNotificationsPaginated to access the nested member NotificationOutput

Return

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