GooglePrivacyDlpV2TransformationConfig.fromJson constructor
GooglePrivacyDlpV2TransformationConfig.fromJson(
- Map json_
Implementation
GooglePrivacyDlpV2TransformationConfig.fromJson(core.Map json_)
: this(
deidentifyTemplate: json_.containsKey('deidentifyTemplate')
? json_['deidentifyTemplate'] as core.String
: null,
imageRedactTemplate: json_.containsKey('imageRedactTemplate')
? json_['imageRedactTemplate'] as core.String
: null,
structuredDeidentifyTemplate:
json_.containsKey('structuredDeidentifyTemplate')
? json_['structuredDeidentifyTemplate'] as core.String
: null,
);