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

NodesNodesDeploymentsListOptions

import type { NodesNodesDeploymentsListOptions } from "https://googleapis.deno.dev/v1/prod_tt_sasportal:v1alpha1.ts";

Additional options for prod_tt_SASPortal#nodesNodesDeploymentsList.

interface NodesNodesDeploymentsListOptions {
filter?: string;
pageSize?: number;
pageToken?: string;
}

§Properties

§
filter?: string
[src]

The filter expression. The filter should have the following format: "DIRECT_CHILDREN" or format: "direct_children". The filter is case insensitive. If empty, then no deployments are filtered.

§
pageSize?: number
[src]

The maximum number of deployments to return in the response.

§
pageToken?: string
[src]

A pagination token returned from a previous call to ListDeployments that indicates where this listing should continue from.