documentVersions

@JvmName(name = "listDocumentVersionsResponseDocumentVersionInfo")
fun Flow<ListDocumentVersionsResponse>.documentVersions(): Flow<DocumentVersionInfo>

This paginator transforms the flow returned by listDocumentVersionsPaginated to access the nested member DocumentVersionInfo

Return

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