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

ListNetworkPathsResponse

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

Message for response to listing NetworkPaths

interface ListNetworkPathsResponse {
networkPaths?: NetworkPath[];
nextPageToken?: string;
}

§Properties

§
networkPaths?: NetworkPath[]
[src]

The list of NetworkPath

§
nextPageToken?: string
[src]

A token identifying a page of results the server should return.