iosDevices = $iosDevices; } /** * @return IosDevice[] */ public function getIosDevices() { return $this->iosDevices; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(IosDeviceList::class, 'Google_Service_Testing_IosDeviceList');