UrlNotificationMetadata

針對特定網址最近成功接收的 Indexing API 通知摘要。

JSON 表示法

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

string

這個中繼資料參照的網址。

latestUpdate

object(UrlNotification)

最新接收到的 URL_UPDATED 類型通知。

latestRemove

object(UrlNotification)

最新接收到的 URL_REMOVED 類型通知。