resources

@JvmName(name = "listResourcesResponseResource")
fun Flow<ListResourcesResponse>.resources(): Flow<Resource>

This paginator transforms the flow returned by listResourcesPaginated to access the nested member Resource

Return

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


@JvmName(name = "searchResponseResource")
fun Flow<SearchResponse>.resources(): Flow<Resource>

This paginator transforms the flow returned by searchPaginated to access the nested member Resource

Return

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