activities

@JvmName(name = "listActivitiesResponseActivityListItem")
fun Flow<ListActivitiesResponse>.activities(): Flow<ActivityListItem>

This paginator transforms the flow returned by listActivitiesPaginated to access the nested member ActivityListItem

Return

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