tables

@JvmName(name = "listTablesResponseTableMember")
fun Flow<ListTablesResponse>.tables(): Flow<TableMember>

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

Return

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