viewsSummaryList

@JvmName(name = "listViewsResponseViewSummary")
fun Flow<ListViewsResponse>.viewsSummaryList(): Flow<ViewSummary>

This paginator transforms the flow returned by listViewsPaginated to access the nested member ViewSummary

Return

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