ipRoutesInfo

@JvmName(name = "listIpRoutesResponseIpRouteInfo")
fun Flow<ListIpRoutesResponse>.ipRoutesInfo(): Flow<IpRouteInfo>

This paginator transforms the flow returned by listIpRoutesPaginated to access the nested member IpRouteInfo

Return

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