changesets

@JvmName(name = "listChangesetsResponseChangesetSummary")
fun Flow<ListChangesetsResponse>.changesets(): Flow<ChangesetSummary>

This paginator transforms the flow returned by listChangesetsPaginated to access the nested member ChangesetSummary

Return

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