documentIdentifiers

@JvmName(name = "listDocumentsResponseDocumentIdentifier")
fun Flow<ListDocumentsResponse>.documentIdentifiers(): Flow<DocumentIdentifier>

This paginator transforms the flow returned by listDocumentsPaginated to access the nested member DocumentIdentifier

Return

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