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

ListRevisionsResponse

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

A response to a 'ListRevisions' call. Contains a list of Revisions.

interface ListRevisionsResponse {
nextPageToken?: string;
revisions?: Revision[];
unreachable?: string[];
}

§Properties

§
nextPageToken?: string
[src]

A token to request the next page of resources from the 'ListRevisions' method. The value of an empty string means that there are no more resources to return.

§
revisions?: Revision[]
[src]

List of Revisions.

§
unreachable?: string[]
[src]

Locations that could not be reached.