databaseList

@JvmName(name = "listDatabasesResponseDatabase")
fun Flow<ListDatabasesResponse>.databaseList(): Flow<Database>

This paginator transforms the flow returned by listDatabasesPaginated to access the nested member Database

Return

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