GoogleCloudContactcenterinsightsV1RedactionConfig constructor

GoogleCloudContactcenterinsightsV1RedactionConfig({
  1. String? deidentifyTemplate,
  2. String? inspectTemplate,
})

Implementation

GoogleCloudContactcenterinsightsV1RedactionConfig({
  this.deidentifyTemplate,
  this.inspectTemplate,
});