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

ListConnectivityTestsResponse

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

Response for the ListConnectivityTests method.

interface ListConnectivityTestsResponse {
nextPageToken?: string;
resources?: ConnectivityTest[];
unreachable?: string[];
}

§Properties

§
nextPageToken?: string
[src]

Page token to fetch the next set of Connectivity Tests.

§
resources?: ConnectivityTest[]
[src]

List of Connectivity Tests.

§
unreachable?: string[]
[src]

Locations that could not be reached (when querying all locations with -).