tableList property

List<Table>? tableList
final

A list of the requested Table objects. The SearchTables response returns only the tables that you have access to.

Implementation

final List<Table>? tableList;