GoogleCloudDatacatalogV1BigQueryDateShardedSpec constructor

GoogleCloudDatacatalogV1BigQueryDateShardedSpec({
  1. String? dataset,
  2. String? latestShardResource,
  3. String? shardCount,
  4. String? tablePrefix,
})

Implementation

GoogleCloudDatacatalogV1BigQueryDateShardedSpec({
  this.dataset,
  this.latestShardResource,
  this.shardCount,
  this.tablePrefix,
});