databaseList

@JvmName(name = "searchDatabasesByLfTagsResponseTaggedDatabase")
fun Flow<SearchDatabasesByLfTagsResponse>.databaseList(): Flow<TaggedDatabase>

This paginator transforms the flow returned by searchDatabasesByLfTagsPaginated to access the nested member TaggedDatabase

Return

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