revisions

@JvmName(name = "listDataSetRevisionsResponseRevisionEntry")
fun Flow<ListDataSetRevisionsResponse>.revisions(): Flow<RevisionEntry>

This paginator transforms the flow returned by listDataSetRevisionsPaginated to access the nested member RevisionEntry

Return

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