GoogleCloudDatacatalogV1BigQueryDateShardedSpec.fromJson constructor
GoogleCloudDatacatalogV1BigQueryDateShardedSpec.fromJson(
- Map json_
Implementation
GoogleCloudDatacatalogV1BigQueryDateShardedSpec.fromJson(core.Map json_)
: this(
dataset: json_['dataset'] as core.String?,
latestShardResource: json_['latestShardResource'] as core.String?,
shardCount: json_['shardCount'] as core.String?,
tablePrefix: json_['tablePrefix'] as core.String?,
);