entitySummaryList

@JvmName(name = "listEntitiesResponseEntitySummary")
fun Flow<ListEntitiesResponse>.entitySummaryList(): Flow<EntitySummary>

This paginator transforms the flow returned by listEntitiesPaginated to access the nested member EntitySummary

Return

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