GeoLocation
import type { GeoLocation } from "https://googleapis.deno.dev/v1/networkmanagement:v1.ts";
The geographical location of the MonitoringPoint.
interface GeoLocation {
country?: string;
formattedAddress?: string;
}import type { GeoLocation } from "https://googleapis.deno.dev/v1/networkmanagement:v1.ts";
The geographical location of the MonitoringPoint.