tables

@JvmName(name = "listTablesResponseTable")
fun Flow<ListTablesResponse>.tables(): Flow<Table>

This paginator transforms the flow returned by listTablesPaginated to access the nested member Table

Return

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