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

ListDeploymentsResponse

import type { ListDeploymentsResponse } from "https://googleapis.deno.dev/v1/config:v1.ts";
interface ListDeploymentsResponse {
deployments?: Deployment[];
nextPageToken?: string;
unreachable?: string[];
}

§Properties

§
deployments?: Deployment[]
[src]

List of Deployments.

§
nextPageToken?: string
[src]

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

§
unreachable?: string[]
[src]

Locations that could not be reached.