users

@JvmName(name = "listUsersResponseUserType")
fun Flow<ListUsersResponse>.users(): Flow<UserType>

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

Return

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


@JvmName(name = "listUsersInGroupResponseUserType")
fun Flow<ListUsersInGroupResponse>.users(): Flow<UserType>

This paginator transforms the flow returned by listUsersInGroupPaginated to access the nested member UserType

Return

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