UrlNotificationMetadata

总结了对于给定网址已成功接收的最新 Indexing API 通知。

JSON 表示法

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

string

此元数据引用的网址。

latestUpdate

object(UrlNotification)

收到的类型为 URL_UPDATED 的最新通知。

latestRemove

object(UrlNotification)

收到的类型为 URL_REMOVED 的最新通知。