CompositeHealthChecksGetHealthResponseHealthSourceHealth
import type { CompositeHealthChecksGetHealthResponseHealthSourceHealth } from "https://googleapis.deno.dev/v1/compute:v1.ts";interface CompositeHealthChecksGetHealthResponseHealthSourceHealth {
healthState?: "HEALTHY" | "UNHEALTHY" | "UNKNOWN";
source?: string;
}