routingProfiles

@JvmName(name = "searchRoutingProfilesResponseRoutingProfile")
fun Flow<SearchRoutingProfilesResponse>.routingProfiles(): Flow<RoutingProfile>

This paginator transforms the flow returned by searchRoutingProfilesPaginated to access the nested member RoutingProfile

Return

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