GoogleCloudDatacatalogV1beta1BigQueryTableSpec constructor
GoogleCloudDatacatalogV1beta1BigQueryTableSpec({
- String? tableSourceType,
- GoogleCloudDatacatalogV1beta1TableSpec? tableSpec,
- GoogleCloudDatacatalogV1beta1ViewSpec? viewSpec,
Implementation
GoogleCloudDatacatalogV1beta1BigQueryTableSpec({
this.tableSourceType,
this.tableSpec,
this.viewSpec,
});