snapshots

@JvmName(name = "listSnapshotsResponseSnapshot")
fun Flow<ListSnapshotsResponse>.snapshots(): Flow<Snapshot>

This paginator transforms the flow returned by listSnapshotsPaginated to access the nested member Snapshot

Return

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