GoogleCloudDataplexV1DataQualitySpecPostScanActionsScoreThresholdTrigger.fromJson constructor

GoogleCloudDataplexV1DataQualitySpecPostScanActionsScoreThresholdTrigger.fromJson(
  1. Map json_
)

Implementation

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