users

@JvmName(name = "getGroupResponseUser")
fun Flow<GetGroupResponse>.users(): Flow<User>

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

Return

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


@JvmName(name = "listUsersResponseUser")
fun Flow<ListUsersResponse>.users(): Flow<User>

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

Return

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