enable = $enable; } /** * @return bool */ public function getEnable() { return $this->enable; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(HealthCheckLogConfig::class, 'Google_Service_Compute_HealthCheckLogConfig');