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

BatchGetAmpUrlsRequest

import type { BatchGetAmpUrlsRequest } from "https://googleapis.deno.dev/v1/acceleratedmobilepageurl:v1.ts";

AMP URL request for a batch of URLs.

interface BatchGetAmpUrlsRequest {
lookupStrategy?: "FETCH_LIVE_DOC" | "IN_INDEX_DOC";
urls?: string[];
}

§Properties

§
lookupStrategy?: "FETCH_LIVE_DOC" | "IN_INDEX_DOC"
[src]

The lookup_strategy being requested.

§
urls?: string[]
[src]

List of URLs to look up for the paired AMP URLs. The URLs are case-sensitive. Up to 50 URLs per lookup (see Usage Limits).