events

@JvmName(name = "listSegmentSubscriptionEventsResponseSubscriptionEventItem")
fun Flow<ListSegmentSubscriptionEventsResponse>.events(): Flow<SubscriptionEventItem>

This paginator transforms the flow returned by listSegmentSubscriptionEventsPaginated to access the nested member SubscriptionEventItem

Return

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