UrlNotificationMetadata

É o resumo das notificações mais recentes da API Indexing recebidas para determinado URL.

Representação JSON
{
  "url": string,
  "latestUpdate": {
    object(UrlNotification)
  },
  "latestRemove": {
    object(UrlNotification)
  }
}
Campos
url

string

É o URL a que os metadados se referem.

latestUpdate

object(UrlNotification)

É a notificação mais recente recebida com o tipo URL_UPDATED.

latestRemove

object(UrlNotification)

É a notificação mais recente recebida com o tipo URL_REMOVED.