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

EnterpriseCrmEventbusProtoPropertyEntry

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

Key-value pair of EventBus property.

interface EnterpriseCrmEventbusProtoPropertyEntry {
key?: string;
}

§Properties

§
key?: string
[src]

Key is used to retrieve the corresponding property value. This should be unique for a given fired event. The Tasks should be aware of the keys used while firing the events for them to be able to retrieve the values.

§

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