entities

@JvmName(name = "listEntitiesResponseEntity")
fun Flow<ListEntitiesResponse>.entities(): Flow<Entity>

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

Return

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