WireGroupTopologyEndpoint
import type { WireGroupTopologyEndpoint } from "https://googleapis.deno.dev/v1/compute:v1.ts";Topology details for a single wire group endpoint.
interface WireGroupTopologyEndpoint {
readonly city?: string;
readonly label?: string;
}