services

@JvmName(name = "listServicesResponseServiceSummary")
fun Flow<ListServicesResponse>.services(): Flow<ServiceSummary>

This paginator transforms the flow returned by listServicesPaginated to access the nested member ServiceSummary

Return

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