GoogleCloudDatacatalogV1BigQueryTableSpec constructor
GoogleCloudDatacatalogV1BigQueryTableSpec({
- String? tableSourceType,
- GoogleCloudDatacatalogV1TableSpec? tableSpec,
- GoogleCloudDatacatalogV1ViewSpec? viewSpec,
Implementation
GoogleCloudDatacatalogV1BigQueryTableSpec({
this.tableSourceType,
this.tableSpec,
this.viewSpec,
});