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

SasPortalListNodesResponse

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

Response for ListNodes.

interface SasPortalListNodesResponse {
nextPageToken?: string;
nodes?: SasPortalNode[];
}

§Properties

§
nextPageToken?: string
[src]

A pagination token returned from a previous call to ListNodes that indicates from where listing should continue. If the field is missing or empty, it means there is no more nodes.

§

The nodes that match the request.