GooglePrivacyDlpV2LargeCustomDictionaryStats.fromJson constructor

GooglePrivacyDlpV2LargeCustomDictionaryStats.fromJson(
  1. Map json_
)

Implementation

GooglePrivacyDlpV2LargeCustomDictionaryStats.fromJson(core.Map json_)
  : this(approxNumPhrases: json_['approxNumPhrases'] as core.String?);