GooglePrivacyDlpV2TransformationConfig constructor

GooglePrivacyDlpV2TransformationConfig({
  1. String? deidentifyTemplate,
  2. String? imageRedactTemplate,
  3. String? structuredDeidentifyTemplate,
})

Implementation

GooglePrivacyDlpV2TransformationConfig({
  this.deidentifyTemplate,
  this.imageRedactTemplate,
  this.structuredDeidentifyTemplate,
});