GoogleCloudDatacatalogV1beta1BigQueryDateShardedSpec.fromJson constructor

GoogleCloudDatacatalogV1beta1BigQueryDateShardedSpec.fromJson(
  1. Map _json
)

Implementation

GoogleCloudDatacatalogV1beta1BigQueryDateShardedSpec.fromJson(core.Map _json)
    : this(
        dataset: _json.containsKey('dataset')
            ? _json['dataset'] as core.String
            : null,
        shardCount: _json.containsKey('shardCount')
            ? _json['shardCount'] as core.String
            : null,
        tablePrefix: _json.containsKey('tablePrefix')
            ? _json['tablePrefix'] as core.String
            : null,
      );