documentDetailList

@JvmName(name = "listDocumentsResponseDocumentDetails")
fun Flow<ListDocumentsResponse>.documentDetailList(): Flow<DocumentDetails>

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

Return

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