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

GoogleCloudConnectorsV1EventingRuntimeDataWebhookData

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

WebhookData has details of webhook configuration.

interface GoogleCloudConnectorsV1EventingRuntimeDataWebhookData {
readonly additionalVariables?: GoogleCloudConnectorsV1ConfigVariable[];
readonly createTime?: Date;
readonly id?: string;
readonly name?: string;
readonly nextRefreshTime?: Date;
readonly updateTime?: Date;
}

§Properties

§
readonly additionalVariables?: GoogleCloudConnectorsV1ConfigVariable[]
[src]

Output only. Additional webhook related field values.

§
readonly createTime?: Date
[src]

Output only. Timestamp when the webhook was created.

§
readonly id?: string
[src]

Output only. ID to uniquely identify webhook.

§
readonly name?: string
[src]

Output only. Name of the Webhook

§
readonly nextRefreshTime?: Date
[src]

Output only. Next webhook refresh time. Will be null if refresh is not supported.

§
readonly updateTime?: Date
[src]

Output only. Timestamp when the webhook was last updated.