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

ManifestsListResponse

import type { ManifestsListResponse } from "https://googleapis.deno.dev/v1/deploymentmanager:v2.ts";

A response containing a partial list of manifests and a page token used to build the next request if the request has been truncated.

interface ManifestsListResponse {
manifests?: Manifest[];
nextPageToken?: string;
}

§Properties

§
manifests?: Manifest[]
[src]

Output only. Manifests contained in this list response.

§
nextPageToken?: string
[src]

Output only. A token used to continue a truncated list request.