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[];
}