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

GoogleCloudIntegrationsV1alphaEventParameter

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

This message is used for processing and persisting (when applicable) key value pair parameters for each event in the event bus. Next available id: 4

interface GoogleCloudIntegrationsV1alphaEventParameter {
key?: string;
masked?: boolean;
}

§Properties

§
key?: string
[src]

Key is used to retrieve the corresponding parameter value. This should be unique for a given fired event. These parameters must be predefined in the integration definition.

§
masked?: boolean
[src]

True if this parameter should be masked in the logs

§

Values for the defined keys. Each value can either be string, int, double or any proto message.