UrlNotificationMetadata

주어진 URL과 관련하여 가장 최근에 정상적으로 수신된 Indexing API 알림의 요약입니다.

JSON 표현

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

string

이 메타데이터가 참조하는 URL입니다.

latestUpdate

object(UrlNotification)

URL_UPDATED 유형으로 수신된 최근 알림입니다.

latestRemove

object(UrlNotification)

URL_REMOVED 유형으로 수신된 최근 알림입니다.