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

EnterpriseCrmEventbusProtoConnectorsGenericConnectorTaskConfig

import type { EnterpriseCrmEventbusProtoConnectorsGenericConnectorTaskConfig } from "https://googleapis.deno.dev/v1/integrations:v1.ts";
interface EnterpriseCrmEventbusProtoConnectorsGenericConnectorTaskConfig {
operation?:
| "OPERATION_UNSPECIFIED"
| "EXECUTE_ACTION"
| "LIST_ENTITIES"
| "GET_ENTITY"
| "CREATE_ENTITY"
| "UPDATE_ENTITY"
| "DELETE_ENTITY"
| "EXECUTE_QUERY";
}

§Properties

§

User-selected connection.

§
operation?: "OPERATION_UNSPECIFIED" | "EXECUTE_ACTION" | "LIST_ENTITIES" | "GET_ENTITY" | "CREATE_ENTITY" | "UPDATE_ENTITY" | "DELETE_ENTITY" | "EXECUTE_QUERY"
[src]

Operation to perform using the configured connection.