enabled = $enabled; } /** * @return bool */ public function getEnabled() { return $this->enabled; } /** * @param bool */ public function setStopSyncing($stopSyncing) { $this->stopSyncing = $stopSyncing; } /** * @return bool */ public function getStopSyncing() { return $this->stopSyncing; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ConfigManagementManaged::class, 'Google_Service_GKEHub_ConfigManagementManaged');