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