kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } /** * @param string */ public function setLogType($logType) { $this->logType = $logType; } /** * @return string */ public function getLogType() { return $this->logType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(TruncateLogContext::class, 'Google_Service_SQLAdmin_TruncateLogContext');