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

EnterpriseCrmEventbusProtoBaseFunction

import type { EnterpriseCrmEventbusProtoBaseFunction } from "https://googleapis.deno.dev/v1/integrations:v1.ts";
interface EnterpriseCrmEventbusProtoBaseFunction {
functionName?:
| "UNSPECIFIED"
| "NOW_IN_MILLIS"
| "INT_LIST"
| "ENVIRONMENT"
| "GET_EXECUTION_ID"
| "GET_INTEGRATION_NAME"
| "GET_REGION"
| "GET_UUID"
| "GET_PROJECT_ID";
}

§Properties

§
functionName?: "UNSPECIFIED" | "NOW_IN_MILLIS" | "INT_LIST" | "ENVIRONMENT" | "GET_EXECUTION_ID" | "GET_INTEGRATION_NAME" | "GET_REGION" | "GET_UUID" | "GET_PROJECT_ID"
[src]