profileTimes

@JvmName(name = "listProfileTimesResponseProfileTime")
fun Flow<ListProfileTimesResponse>.profileTimes(): Flow<ProfileTime>

This paginator transforms the flow returned by listProfileTimesPaginated to access the nested member ProfileTime

Return

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