users

@JvmName(name = "listUsersResponseUserSummary")
fun Flow<ListUsersResponse>.users(): 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


@JvmName(name = "searchUsersResponseUser")
fun Flow<SearchUsersResponse>.users(): Flow<User>

This paginator transforms the flow returned by searchUsersPaginated to access the nested member User

Return

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