GoogleCloudDataplexV1DataQualitySpecPostScanActionsBigQueryExport.fromJson constructor
      
      GoogleCloudDataplexV1DataQualitySpecPostScanActionsBigQueryExport.fromJson(
    
    
- Map json_
 
Implementation
GoogleCloudDataplexV1DataQualitySpecPostScanActionsBigQueryExport.fromJson(
  core.Map json_,
) : this(resultsTable: json_['resultsTable'] as core.String?);