GoogleCloudDataplexV1DataDiscoveryResultBigQueryPublishing.fromJson constructor

GoogleCloudDataplexV1DataDiscoveryResultBigQueryPublishing.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDataplexV1DataDiscoveryResultBigQueryPublishing.fromJson(
    core.Map json_)
    : this(
        dataset: json_['dataset'] as core.String?,
      );