/var/www/flurhymez/vendor/google/apiclient-services/src/Indexing
NameSizeModeActions
Resource/-0755rm
PublishUrlNotificationResponse.php13780644editdlrm
UrlNotification.php15830644editdlrm
UrlNotificationMetadata.php18310644editdlrm
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Indexing/UrlNotificationMetadata.php (1831B)
latestRemove = $latestRemove; } /** * @return UrlNotification */ public function getLatestRemove() { return $this->latestRemove; } /** * @param UrlNotification */ public function setLatestUpdate(UrlNotification $latestUpdate) { $this->latestUpdate = $latestUpdate; } /** * @return UrlNotification */ public function getLatestUpdate() { return $this->latestUpdate; } /** * @param string */ public function setUrl($url) { $this->url = $url; } /** * @return string */ public function getUrl() { return $this->url; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(UrlNotificationMetadata::class, 'Google_Service_Indexing_UrlNotificationMetadata');