GooglePrivacyDlpV2DataRiskLevel.fromJson constructor

GooglePrivacyDlpV2DataRiskLevel.fromJson(
  1. Map json_
)

Implementation

GooglePrivacyDlpV2DataRiskLevel.fromJson(core.Map json_)
    : this(
        score:
            json_.containsKey('score') ? json_['score'] as core.String : null,
      );