UrlNotificationMetadata

Se trata de un resumen de las notificaciones más recientes de la API Indexing sobre una URL determinada que se han recibido correctamente.

Representación JSON

{
  "url": string,
  "latestUpdate": {
    object(UrlNotification)
  },
  "latestRemove": {
    object(UrlNotification)
  }
}
Campos
url

string

URL a la que hacen referencia estos metadatos.

latestUpdate

object(UrlNotification)

Última notificación recibida con el tipo URL_UPDATED.

latestRemove

object(UrlNotification)

Última notificación recibida con el tipo URL_REMOVED.