GoogleCloudDataplexV1DataProfileSpecPostScanActions.fromJson constructor

GoogleCloudDataplexV1DataProfileSpecPostScanActions.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDataplexV1DataProfileSpecPostScanActions.fromJson(core.Map json_)
  : this(
      bigqueryExport: json_.containsKey('bigqueryExport')
          ? GoogleCloudDataplexV1DataProfileSpecPostScanActionsBigQueryExport.fromJson(
              json_['bigqueryExport'] as core.Map<core.String, core.dynamic>,
            )
          : null,
    );