toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (deidentifyTemplate != null)
'deidentifyTemplate': deidentifyTemplate!,
if (imageRedactTemplate != null)
'imageRedactTemplate': imageRedactTemplate!,
if (structuredDeidentifyTemplate != null)
'structuredDeidentifyTemplate': structuredDeidentifyTemplate!,
};