routes

@JvmName(name = "listRoutesResponseRouteRef")
fun Flow<ListRoutesResponse>.routes(): Flow<RouteRef>

This paginator transforms the flow returned by listRoutesPaginated to access the nested member RouteRef

Return

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