endpoints

@JvmName(name = "listHarnessEndpointsResponseHarnessEndpoint")
fun Flow<ListHarnessEndpointsResponse>.endpoints(): Flow<HarnessEndpoint>

This paginator transforms the flow returned by listHarnessEndpointsPaginated to access the nested member HarnessEndpoint

Return

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