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

EnterpriseCrmEventbusProtoParameterEntry

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

Key-value pair of EventBus parameters.

interface EnterpriseCrmEventbusProtoParameterEntry {
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.