checkSummaries

@JvmName(name = "listChecksResponseCheckSummary")
fun Flow<ListChecksResponse>.checkSummaries(): Flow<CheckSummary>

This paginator transforms the flow returned by listChecksPaginated to access the nested member CheckSummary

Return

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