services

@JvmName(name = "listServicesResponseRegisteredService")
fun Flow<ListServicesResponse>.services(): Flow<RegisteredService>

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

Return

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