descriptions

@JvmName(name = "searchEntitiesResponseEntityDescription")
fun Flow<SearchEntitiesResponse>.descriptions(): Flow<EntityDescription>

This paginator transforms the flow returned by searchEntitiesPaginated to access the nested member EntityDescription

Return

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