profiles

@JvmName(name = "listProfilesResponseProfileSummary")
fun Flow<ListProfilesResponse>.profiles(): Flow<ProfileSummary>

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

Return

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