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

EnterpriseCrmEventbusProtoIntFunction

import type { EnterpriseCrmEventbusProtoIntFunction } from "https://googleapis.deno.dev/v1/integrations:v1.ts";
interface EnterpriseCrmEventbusProtoIntFunction {
functionName?:
| "UNSPECIFIED"
| "ADD"
| "SUBTRACT"
| "MULTIPLY"
| "DIVIDE"
| "EXPONENT"
| "GREATER_THAN_EQUAL_TO"
| "GREATER_THAN"
| "LESS_THAN_EQUAL_TO"
| "LESS_THAN"
| "TO_DOUBLE"
| "TO_STRING"
| "EQUALS"
| "TO_JSON"
| "MOD"
| "EPOCH_TO_HUMAN_READABLE_TIME";
}

§Properties

§
functionName?: "UNSPECIFIED" | "ADD" | "SUBTRACT" | "MULTIPLY" | "DIVIDE" | "EXPONENT" | "GREATER_THAN_EQUAL_TO" | "GREATER_THAN" | "LESS_THAN_EQUAL_TO" | "LESS_THAN" | "TO_DOUBLE" | "TO_STRING" | "EQUALS" | "TO_JSON" | "MOD" | "EPOCH_TO_HUMAN_READABLE_TIME"
[src]