entries = $entries; } /** * @return GuestInstalledApplication[] */ public function getEntries() { return $this->entries; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GuestInstalledApplicationList::class, 'Google_Service_MigrationCenterAPI_GuestInstalledApplicationList');