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

ZendeskDestinationProperties

import type { ZendeskDestinationProperties } from "https://aws-api.deno.dev/v0.4/services/appflow.ts?docs=full";

The properties that are applied when Zendesk is used as a destination.

interface ZendeskDestinationProperties {
errorHandlingConfig?: ErrorHandlingConfig | null;
idFieldNames?: string[] | null;
object: string;
writeOperationType?: WriteOperationType | null;
}

§Properties

§
errorHandlingConfig?: ErrorHandlingConfig | null
[src]
§
idFieldNames?: string[] | null
[src]
§
object: string
[src]

The object specified in the Zendesk flow destination.

§
writeOperationType?: WriteOperationType | null
[src]