enabled = $enabled; } /** * @return bool */ public function getEnabled() { return $this->enabled; } /** * @param string */ public function setLevel($level) { $this->level = $level; } /** * @return string */ public function getLevel() { return $this->level; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudConnectorsV1LogConfig::class, 'Google_Service_Integrations_GoogleCloudConnectorsV1LogConfig');