endpoints

@JvmName(name = "listEndpointsByPlatformApplicationResponseEndpoint")
fun Flow<ListEndpointsByPlatformApplicationResponse>.endpoints(): Flow<Endpoint>

This paginator transforms the flow returned by listEndpointsByPlatformApplicationPaginated to access the nested member Endpoint

Return

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