configChanges = $configChanges; } /** * @return ConfigChange[] */ public function getConfigChanges() { return $this->configChanges; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ChangeReport::class, 'Google_Service_ServiceManagement_ChangeReport');