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

EnterpriseCrmEventbusProtoStringFunction

import type { EnterpriseCrmEventbusProtoStringFunction } from "https://googleapis.deno.dev/v1/integrations:v1.ts";
interface EnterpriseCrmEventbusProtoStringFunction {
functionName?:
| "UNSPECIFIED"
| "CONCAT"
| "TO_UPPERCASE"
| "TO_LOWERCASE"
| "CONTAINS"
| "SPLIT"
| "LENGTH"
| "EQUALS"
| "TO_INT"
| "TO_DOUBLE"
| "TO_BOOLEAN"
| "TO_BASE_64"
| "TO_JSON"
| "EQUALS_IGNORE_CASE"
| "REPLACE_ALL"
| "SUBSTRING"
| "RESOLVE_TEMPLATE"
| "DECODE_BASE64_STRING";
}

§Properties

§
functionName?: "UNSPECIFIED" | "CONCAT" | "TO_UPPERCASE" | "TO_LOWERCASE" | "CONTAINS" | "SPLIT" | "LENGTH" | "EQUALS" | "TO_INT" | "TO_DOUBLE" | "TO_BOOLEAN" | "TO_BASE_64" | "TO_JSON" | "EQUALS_IGNORE_CASE" | "REPLACE_ALL" | "SUBSTRING" | "RESOLVE_TEMPLATE" | "DECODE_BASE64_STRING"
[src]