UrlNotificationMetadata

दिए गए यूआरएल के लिए, हाल ही में इस्तेमाल किए गए इंडेक्स करने वाले एपीआई की सभी सूचनाएं मिल गई हैं.

JSON के काेड में दिखाना

{
  "url": string,
  "latestUpdate": {
    object(UrlNotification)
  },
  "latestRemove": {
    object(UrlNotification)
  }
}
फ़ील्ड
url

string

वह यूआरएल जिससे यह मेटाडेटा जुड़ा है.

latestUpdate

object(UrlNotification)

URL_UPDATED के प्रकार की हाल ही में मिली सूचना.

latestRemove

object(UrlNotification)

URL_REMOVED के प्रकार की हाल ही में मिली सूचना.