DataSourceTable class
A data source table, which allows the user to import a static table of data from the DataSource into Sheets.
This is also known as "Extract" in the Sheets editor.
Constructors
- 
          DataSourceTable({String? columnSelectionType, List<DataSourceColumnReference> ? columns, DataExecutionStatus? dataExecutionStatus, String? dataSourceId, List<FilterSpec> ? filterSpecs, int? rowLimit, List<SortSpec> ? sortSpecs})
- DataSourceTable.fromJson(Map json_)
Properties
- 
  columns
  ↔ List<DataSourceColumnReference> ?
- 
  Columns selected for the data source table.
  getter/setter pair
- columnSelectionType ↔ String?
- 
  The type to select columns for the data source table.
  getter/setter pair
- dataExecutionStatus ↔ DataExecutionStatus?
- 
  The data execution status.
  getter/setter pair
- dataSourceId ↔ String?
- 
  The ID of the data source the data source table is associated with.
  getter/setter pair
- 
  filterSpecs
  ↔ List<FilterSpec> ?
- 
  Filter specifications in the data source table.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- rowLimit ↔ int?
- 
  The limit of rows to return.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- 
  sortSpecs
  ↔ List<SortSpec> ?
- 
  Sort specifications in the data source table.
  getter/setter pair
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited