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

EnterpriseCrmEventbusProtoDoubleArrayFunction

import type { EnterpriseCrmEventbusProtoDoubleArrayFunction } from "https://googleapis.deno.dev/v1/integrations:v1.ts";
interface EnterpriseCrmEventbusProtoDoubleArrayFunction {
functionName?:
| "UNSPECIFIED"
| "GET"
| "APPEND"
| "SIZE"
| "SUM"
| "AVG"
| "MAX"
| "MIN"
| "TO_SET"
| "APPEND_ALL"
| "TO_JSON"
| "SET"
| "REMOVE"
| "REMOVE_AT"
| "CONTAINS"
| "FOR_EACH"
| "FILTER";
}

§Properties

§
functionName?: "UNSPECIFIED" | "GET" | "APPEND" | "SIZE" | "SUM" | "AVG" | "MAX" | "MIN" | "TO_SET" | "APPEND_ALL" | "TO_JSON" | "SET" | "REMOVE" | "REMOVE_AT" | "CONTAINS" | "FOR_EACH" | "FILTER"
[src]