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

GoogleCloudAiplatformV1ProbeHttpHeader

import type { GoogleCloudAiplatformV1ProbeHttpHeader } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";

HttpHeader describes a custom header to be used in HTTP probes

interface GoogleCloudAiplatformV1ProbeHttpHeader {
name?: string;
value?: string;
}

§Properties

§
name?: string
[src]

The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.

§
value?: string
[src]

The header field value