userProfiles

@JvmName(name = "listUserProfilesResponseUserProfileDetails")
fun Flow<ListUserProfilesResponse>.userProfiles(): Flow<UserProfileDetails>

This paginator transforms the flow returned by listUserProfilesPaginated to access the nested member UserProfileDetails

Return

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