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

DeploymentsListResponse

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

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

interface DeploymentsListResponse {
deployments?: Deployment[];
nextPageToken?: string;
}

§Properties

§
deployments?: Deployment[]
[src]

Output only. The deployments contained in this response.

§
nextPageToken?: string
[src]

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