datasets

@JvmName(name = "listDatasetsResponseDataset")
fun Flow<ListDatasetsResponse>.datasets(): Flow<Dataset>

This paginator transforms the flow returned by listDatasetsPaginated to access the nested member Dataset

Return

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