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

TargetPoolsRemoveHealthCheckRequest

import type { TargetPoolsRemoveHealthCheckRequest } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface TargetPoolsRemoveHealthCheckRequest {
healthChecks?: HealthCheckReference[];
}

§Properties

§
healthChecks?: HealthCheckReference[]
[src]

Health check URL to be removed. This can be a full or valid partial URL. For example, the following are valid URLs: - https://www.googleapis.com/compute/beta/projects/project /global/httpHealthChecks/health-check - projects/project/global/httpHealthChecks/health-check - global/httpHealthChecks/health-check