Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UrlNotificationMetadata

import type { UrlNotificationMetadata } from "https://googleapis.deno.dev/v1/indexing:v3.ts";

Summary of the most recent Indexing API notifications successfully received, for a given URL.

interface UrlNotificationMetadata {
latestRemove?: UrlNotification;
latestUpdate?: UrlNotification;
url?: string;
}

§Properties

§
latestRemove?: UrlNotification
[src]

Latest notification received with type URL_REMOVED.

§
latestUpdate?: UrlNotification
[src]

Latest notification received with type URL_UPDATED.

§
url?: string
[src]

URL to which this metadata refers.