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

ProjectsDeploymentsListOptions

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

Additional options for Script#projectsDeploymentsList.

interface ProjectsDeploymentsListOptions {
pageSize?: number;
pageToken?: string;
}

§Properties

§
pageSize?: number
[src]

The maximum number of deployments on each returned page. Defaults to 50.

§
pageToken?: string
[src]

The token for continuing a previous list request on the next page. This should be set to the value of nextPageToken from a previous response.