GoogleCloudDataplexV1DataProfileSpecPostScanActionsBigQueryExport.fromJson constructor

GoogleCloudDataplexV1DataProfileSpecPostScanActionsBigQueryExport.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDataplexV1DataProfileSpecPostScanActionsBigQueryExport.fromJson(
    core.Map json_)
    : this(
        resultsTable: json_.containsKey('resultsTable')
            ? json_['resultsTable'] as core.String
            : null,
      );