GoogleCloudDatacatalogV1beta1BigQueryTableSpec constructor

GoogleCloudDatacatalogV1beta1BigQueryTableSpec({
  1. String? tableSourceType,
  2. GoogleCloudDatacatalogV1beta1TableSpec? tableSpec,
  3. GoogleCloudDatacatalogV1beta1ViewSpec? viewSpec,
})

Implementation

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