locations

@JvmName(name = "listLocationsResponseLocationListEntry")
fun Flow<ListLocationsResponse>.locations(): Flow<LocationListEntry>

This paginator transforms the flow returned by listLocationsPaginated to access the nested member LocationListEntry

Return

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