Values.SAPODataDestinationPropertiesSourceThe properties that are applied when using SAPOData as a flow destination
type nonrec t = {objectPath : Object.t;The object path specified in the SAPOData flow destination.
*)successResponseHandlingConfig : SuccessResponseHandlingConfig.t option;Determines how Amazon AppFlow handles the success response that it gets from the connector after placing data. For example, this setting would determine where to write the response from a destination connector upon a successful insert operation.
*)idFieldNames : IdFieldNameList.t option;errorHandlingConfig : ErrorHandlingConfig.t option;writeOperationType : WriteOperationType.t option;}