profiles

@JvmName(name = "listProfilesResponseProfileDetail")
fun Flow<ListProfilesResponse>.profiles(): Flow<ProfileDetail>

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

Return

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