Flow Sapo Data Destination Properties Args
data class FlowSapoDataDestinationPropertiesArgs(val errorHandlingConfig: Output<FlowErrorHandlingConfigArgs>? = null, val idFieldNames: Output<List<String>>? = null, val objectPath: Output<String>, val successResponseHandlingConfig: Output<FlowSuccessResponseHandlingConfigArgs>? = null, val writeOperationType: Output<FlowWriteOperationType>? = null) : ConvertibleToJava<FlowSapoDataDestinationPropertiesArgs>
Constructors
Link copied to clipboard
fun FlowSapoDataDestinationPropertiesArgs(errorHandlingConfig: Output<FlowErrorHandlingConfigArgs>? = null, idFieldNames: Output<List<String>>? = null, objectPath: Output<String>, successResponseHandlingConfig: Output<FlowSuccessResponseHandlingConfigArgs>? = null, writeOperationType: Output<FlowWriteOperationType>? = null)