GooglePrivacyDlpV2LikelihoodAdjustment.fromJson constructor

GooglePrivacyDlpV2LikelihoodAdjustment.fromJson(
  1. Map json_
)

Implementation

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