dataViews

@JvmName(name = "listDataViewsResponseDataViewSummary")
fun Flow<ListDataViewsResponse>.dataViews(): Flow<DataViewSummary>

This paginator transforms the flow returned by listDataViewsPaginated to access the nested member DataViewSummary

Return

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