isAlreadySanitized = $isAlreadySanitized; } /** * @return bool */ public function getIsAlreadySanitized() { return $this->isAlreadySanitized; } /** * @param string[] */ public function setLogType($logType) { $this->logType = $logType; } /** * @return string[] */ public function getLogType() { return $this->logType; } /** * @param string */ public function setPrivacy($privacy) { $this->privacy = $privacy; } /** * @return string */ public function getPrivacy() { return $this->privacy; } /** * @param string */ public function setSanitizeType($sanitizeType) { $this->sanitizeType = $sanitizeType; } /** * @return string */ public function getSanitizeType() { return $this->sanitizeType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EnterpriseCrmLoggingGwsSanitizeOptions::class, 'Google_Service_Integrations_EnterpriseCrmLoggingGwsSanitizeOptions');