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

NodesNodesListOptions

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

Additional options for prod_tt_SASPortal#nodesNodesList.

interface NodesNodesListOptions {
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 nodes are filtered.

§
pageSize?: number
[src]

The maximum number of nodes to return in the response.

§
pageToken?: string
[src]

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