profiles

@JvmName(name = "listProfilesResponseListedProfile")
fun Flow<ListProfilesResponse>.profiles(): Flow<ListedProfile>

This paginator transforms the flow returned by listProfilesPaginated to access the nested member ListedProfile

Return

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