contextSummaries

@JvmName(name = "listContextsResponseContextSummary")
fun Flow<ListContextsResponse>.contextSummaries(): Flow<ContextSummary>

This paginator transforms the flow returned by listContextsPaginated to access the nested member ContextSummary

Return

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