columns property

List<DataSourceColumnReference>? columns
getter/setter pair

Columns selected for the data source table.

The column_selection_type must be SELECTED.

Implementation

core.List<DataSourceColumnReference>? columns;