Flow Sapo Data Destination Properties
data class FlowSapoDataDestinationProperties(val errorHandlingConfig: FlowErrorHandlingConfig? = null, val idFieldNames: List<String>? = null, val objectPath: String, val successResponseHandlingConfig: FlowSuccessResponseHandlingConfig? = null, val writeOperationType: FlowWriteOperationType? = null)
Constructors
Link copied to clipboard
fun FlowSapoDataDestinationProperties(errorHandlingConfig: FlowErrorHandlingConfig? = null, idFieldNames: List<String>? = null, objectPath: String, successResponseHandlingConfig: FlowSuccessResponseHandlingConfig? = null, writeOperationType: FlowWriteOperationType? = null)