GoogleCloudDatacatalogV1BigQueryTableSpec constructor

GoogleCloudDatacatalogV1BigQueryTableSpec({
  1. String? tableSourceType,
  2. GoogleCloudDatacatalogV1TableSpec? tableSpec,
  3. GoogleCloudDatacatalogV1ViewSpec? viewSpec,
})

Implementation

GoogleCloudDatacatalogV1BigQueryTableSpec({
  this.tableSourceType,
  this.tableSpec,
  this.viewSpec,
});