eventActions

@JvmName(name = "listEventActionsResponseEventActionEntry")
fun Flow<ListEventActionsResponse>.eventActions(): Flow<EventActionEntry>

This paginator transforms the flow returned by listEventActionsPaginated to access the nested member EventActionEntry

Return

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