matchingResources

@JvmName(name = "searchResourcesResponseMatchingResource")
fun Flow<SearchResourcesResponse>.matchingResources(): Flow<MatchingResource>

This paginator transforms the flow returned by searchResourcesPaginated to access the nested member MatchingResource

Return

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