endpoints

@JvmName(name = "listEndpointsResponseEndpointSummary")
fun Flow<ListEndpointsResponse>.endpoints(): Flow<EndpointSummary>

This paginator transforms the flow returned by listEndpointsPaginated to access the nested member EndpointSummary

Return

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