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

NetworkEndpointGroupsListEndpointsRequest

import type { NetworkEndpointGroupsListEndpointsRequest } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface NetworkEndpointGroupsListEndpointsRequest {
healthStatus?: "SHOW" | "SKIP";
}

§Properties

§
healthStatus?: "SHOW" | "SKIP"
[src]

Optional query parameter for showing the health status of each network endpoint. Valid options are SKIP or SHOW. If you don't specify this parameter, the health status of network endpoints will not be provided.