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

ListMonitoringPointsResponse

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

Message for response to listing MonitoringPoints

interface ListMonitoringPointsResponse {
monitoringPoints?: MonitoringPoint[];
nextPageToken?: string;
}

§Properties

§
monitoringPoints?: MonitoringPoint[]
[src]

The list of MonitoringPoints.

§
nextPageToken?: string
[src]

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