tableColumns

@JvmName(name = "listTableColumnsResponseTableColumn")
fun Flow<ListTableColumnsResponse>.tableColumns(): Flow<TableColumn>

This paginator transforms the flow returned by listTableColumnsPaginated to access the nested member TableColumn

Return

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