GoogleCloudDataplexV1DataQualitySpecPostScanActionsScoreThresholdTrigger.fromJson constructor
GoogleCloudDataplexV1DataQualitySpecPostScanActionsScoreThresholdTrigger.fromJson(
- Map json_
Implementation
GoogleCloudDataplexV1DataQualitySpecPostScanActionsScoreThresholdTrigger.fromJson(
core.Map json_)
: this(
scoreThreshold: json_.containsKey('scoreThreshold')
? (json_['scoreThreshold'] as core.num).toDouble()
: null,
);