userSummaryList

@JvmName(name = "listUsersResponseUserSummary")
fun Flow<ListUsersResponse>.userSummaryList(): Flow<UserSummary>

This paginator transforms the flow returned by listUsersPaginated to access the nested member UserSummary

Return

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