GooglePrivacyDlpV2LikelihoodAdjustment.fromJson constructor
GooglePrivacyDlpV2LikelihoodAdjustment.fromJson(
- Map json_
Implementation
GooglePrivacyDlpV2LikelihoodAdjustment.fromJson(core.Map json_)
: this(
fixedLikelihood: json_['fixedLikelihood'] as core.String?,
relativeLikelihood: json_['relativeLikelihood'] as core.int?,
);