logAction = $logAction; } /** * @return string */ public function getLogAction() { return $this->logAction; } /** * @param string[] */ public function setLogType($logType) { $this->logType = $logType; } /** * @return string[] */ public function getLogType() { return $this->logType; } /** * @param int */ public function setMaxArraySize($maxArraySize) { $this->maxArraySize = $maxArraySize; } /** * @return int */ public function getMaxArraySize() { return $this->maxArraySize; } /** * @param int */ public function setMaxStringLength($maxStringLength) { $this->maxStringLength = $maxStringLength; } /** * @return int */ public function getMaxStringLength() { return $this->maxStringLength; } /** * @param string */ public function setShortenerType($shortenerType) { $this->shortenerType = $shortenerType; } /** * @return string */ public function getShortenerType() { return $this->shortenerType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EnterpriseCrmLoggingGwsFieldLimits::class, 'Google_Service_Integrations_EnterpriseCrmLoggingGwsFieldLimits');