UrlNotificationMetadata

Summary of the most recent Indexing API notifications successfully received, for a given URL.

JSON representation
{
  "url": string,
  "latestUpdate": {
    object(UrlNotification)
  },
  "latestRemove": {
    object(UrlNotification)
  }
}
Fields
url

string

URL to which this metadata refers.

latestUpdate

object(UrlNotification)

Latest notification received with type URL_UPDATED.

latestRemove

object(UrlNotification)

Latest notification received with type URL_REMOVED.