serviceSummaryList

@JvmName(name = "listServicesResponseServiceSummary")
fun Flow<ListServicesResponse>.serviceSummaryList(): 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