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

EnterpriseCrmEventbusProtoJsonFunction

import type { EnterpriseCrmEventbusProtoJsonFunction } from "https://googleapis.deno.dev/v1/integrations:v1.ts";
interface EnterpriseCrmEventbusProtoJsonFunction {
functionName?:
| "UNSPECIFIED"
| "GET_PROPERTY"
| "GET_ELEMENT"
| "APPEND_ELEMENT"
| "SIZE"
| "SET_PROPERTY"
| "FLATTEN"
| "FLATTEN_ONCE"
| "MERGE"
| "TO_STRING"
| "TO_INT"
| "TO_DOUBLE"
| "TO_BOOLEAN"
| "TO_PROTO"
| "TO_STRING_ARRAY"
| "TO_INT_ARRAY"
| "TO_DOUBLE_ARRAY"
| "TO_PROTO_ARRAY"
| "TO_BOOLEAN_ARRAY"
| "REMOVE_PROPERTY"
| "RESOLVE_TEMPLATE"
| "EQUALS"
| "FOR_EACH"
| "FILTER_ELEMENTS";
}

§Properties

§
functionName?: "UNSPECIFIED" | "GET_PROPERTY" | "GET_ELEMENT" | "APPEND_ELEMENT" | "SIZE" | "SET_PROPERTY" | "FLATTEN" | "FLATTEN_ONCE" | "MERGE" | "TO_STRING" | "TO_INT" | "TO_DOUBLE" | "TO_BOOLEAN" | "TO_PROTO" | "TO_STRING_ARRAY" | "TO_INT_ARRAY" | "TO_DOUBLE_ARRAY" | "TO_PROTO_ARRAY" | "TO_BOOLEAN_ARRAY" | "REMOVE_PROPERTY" | "RESOLVE_TEMPLATE" | "EQUALS" | "FOR_EACH" | "FILTER_ELEMENTS"
[src]