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

ListWebPathsResponse

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

Message for response to listing WebPaths

interface ListWebPathsResponse {
nextPageToken?: string;
webPaths?: WebPath[];
}

§Properties

§
nextPageToken?: string
[src]

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

§
webPaths?: WebPath[]
[src]

The list of WebPath.