datasetEntries

@JvmName(name = "listDatasetEntriesResponseDatasetEntry")
fun Flow<ListDatasetEntriesResponse>.datasetEntries(): Flow<String>

This paginator transforms the flow returned by listDatasetEntriesPaginated to access the nested member DatasetEntry

Return

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