Module Values.ZendeskDestinationPropertiesSource

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

Sourcetype nonrec t = {
  1. object_ : Object.t;
    (*

    The object specified in the Zendesk flow destination.

    *)
  2. idFieldNames : IdFieldNameList.t option;
  3. errorHandlingConfig : ErrorHandlingConfig.t option;
  4. writeOperationType : WriteOperationType.t option;
}
Sourceval context_ : string
Sourceval make : ?idFieldNames:??? -> ?errorHandlingConfig:??? -> ?writeOperationType:??? -> object_:Object.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `String of Name.t ] list | `String of Object.t | `Structure of (string * [> `Boolean of Boolean.t | `String of BucketPrefix.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t