type property

String? type
getter/setter pair

Type of external data source.

Required. Possible string values are:

  • "TYPE_UNSPECIFIED" : Unknown type.
  • "BIG_QUERY_TABLE" : BigQuery table.

Implementation

core.String? type;