things

@JvmName(name = "searchThingsResponseThing")
fun Flow<SearchThingsResponse>.things(): Flow<Thing>

This paginator transforms the flow returned by searchThingsPaginated to access the nested member Thing

Return

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