dataSets

@JvmName(name = "listDataSetsResponseDataSetEntry")
fun Flow<ListDataSetsResponse>.dataSets(): Flow<DataSetEntry>

This paginator transforms the flow returned by listDataSetsPaginated to access the nested member DataSetEntry

Return

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