RedactionConfig constructor

RedactionConfig({
  1. String? deidentifyTemplate,
  2. bool? enableRedaction,
  3. String? inspectTemplate,
})

Implementation

RedactionConfig({
  this.deidentifyTemplate,
  this.enableRedaction,
  this.inspectTemplate,
});