scrapers

@JvmName(name = "listScrapersResponseScraperSummary")
fun Flow<ListScrapersResponse>.scrapers(): Flow<ScraperSummary>

This paginator transforms the flow returned by listScrapersPaginated to access the nested member ScraperSummary

Return

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