deidentifyTemplate = $deidentifyTemplate; } /** * @return string */ public function getDeidentifyTemplate() { return $this->deidentifyTemplate; } /** * The fully-qualified DLP inspect template resource name. Format: * `projects/{project}/locations/{location}/inspectTemplates/{template}` * * @param string $inspectTemplate */ public function setInspectTemplate($inspectTemplate) { $this->inspectTemplate = $inspectTemplate; } /** * @return string */ public function getInspectTemplate() { return $this->inspectTemplate; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1mainRedactionConfig::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1mainRedactionConfig');