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

EnterpriseCrmEventbusProtoProtoFunction

import type { EnterpriseCrmEventbusProtoProtoFunction } from "https://googleapis.deno.dev/v1/integrations:v1.ts";
interface EnterpriseCrmEventbusProtoProtoFunction {
functionName?:
| "UNSPECIFIED"
| "GET_STRING_SUBFIELD"
| "GET_INT_SUBFIELD"
| "GET_DOUBLE_SUBFIELD"
| "GET_BOOLEAN_SUBFIELD"
| "GET_STRING_ARRAY_SUBFIELD"
| "GET_INT_ARRAY_SUBFIELD"
| "GET_DOUBLE_ARRAY_SUBFIELD"
| "GET_BOOLEAN_ARRAY_SUBFIELD"
| "GET_PROTO_ARRAY_SUBFIELD"
| "GET_PROTO_SUBFIELD"
| "TO_JSON"
| "GET_BYTES_SUBFIELD_AS_UTF_8_STRING"
| "GET_BYTES_SUBFIELD_AS_PROTO"
| "EQUALS";
}

§Properties

§
functionName?: "UNSPECIFIED" | "GET_STRING_SUBFIELD" | "GET_INT_SUBFIELD" | "GET_DOUBLE_SUBFIELD" | "GET_BOOLEAN_SUBFIELD" | "GET_STRING_ARRAY_SUBFIELD" | "GET_INT_ARRAY_SUBFIELD" | "GET_DOUBLE_ARRAY_SUBFIELD" | "GET_BOOLEAN_ARRAY_SUBFIELD" | "GET_PROTO_ARRAY_SUBFIELD" | "GET_PROTO_SUBFIELD" | "TO_JSON" | "GET_BYTES_SUBFIELD_AS_UTF_8_STRING" | "GET_BYTES_SUBFIELD_AS_PROTO" | "EQUALS"
[src]