archives

@JvmName(name = "listArchivesResponseArchive")
fun Flow<ListArchivesResponse>.archives(): Flow<Archive>

This paginator transforms the flow returned by listArchivesPaginated to access the nested member Archive

Return

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