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

GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeaderValue

import type { GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeaderValue } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";

Represents the value of an HTTP header stored in a SecretManager secret version.

interface GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeaderValue {
secretVersion?: string;
}

§Properties

§
secretVersion?: string
[src]

Required. The SecretManager secret version resource storing the header value. Format: projects/{project}/secrets/{secret}/versions/{version}