ingressPoints

@JvmName(name = "listIngressPointsResponseIngressPoint")
fun Flow<ListIngressPointsResponse>.ingressPoints(): Flow<IngressPoint>

This paginator transforms the flow returned by listIngressPointsPaginated to access the nested member IngressPoint

Return

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