dataTableSummaryList

@JvmName(name = "listDataTablesResponseDataTableSummary")
fun Flow<ListDataTablesResponse>.dataTableSummaryList(): Flow<DataTableSummary>

This paginator transforms the flow returned by listDataTablesPaginated to access the nested member DataTableSummary

Return

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