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

BatchGetAmpUrlsResponse

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

Batch AMP URL response.

interface BatchGetAmpUrlsResponse {
ampUrls?: AmpUrl[];
urlErrors?: AmpUrlError[];
}

§Properties

§
ampUrls?: AmpUrl[]
[src]

For each URL in BatchAmpUrlsRequest, the URL response. The response might not be in the same order as URLs in the batch request. If BatchAmpUrlsRequest contains duplicate URLs, AmpUrl is generated only once.

§
urlErrors?: AmpUrlError[]
[src]

The errors for requested URLs that have no AMP URL.