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

ListPreviewsResponse

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

A response to a ListPreviews call. Contains a list of Previews.

interface ListPreviewsResponse {
nextPageToken?: string;
previews?: Preview[];
unreachable?: string[];
}

§Properties

§
nextPageToken?: string
[src]

Token to be supplied to the next ListPreviews request via page_token to obtain the next set of results.

§
previews?: Preview[]
[src]

List of Previewss.

§
unreachable?: string[]
[src]

Locations that could not be reached.