Flow Destination Flow Config Destination Connector Properties Salesforce Args
data class FlowDestinationFlowConfigDestinationConnectorPropertiesSalesforceArgs(val errorHandlingConfig: Output<FlowDestinationFlowConfigDestinationConnectorPropertiesSalesforceErrorHandlingConfigArgs>? = null, val idFieldNames: Output<List<String>>? = null, val object: Output<String>, val writeOperationType: Output<String>? = null) : ConvertibleToJava<FlowDestinationFlowConfigDestinationConnectorPropertiesSalesforceArgs>
Constructors
Link copied to clipboard
constructor(errorHandlingConfig: Output<FlowDestinationFlowConfigDestinationConnectorPropertiesSalesforceErrorHandlingConfigArgs>? = null, idFieldNames: Output<List<String>>? = null, object: Output<String>, writeOperationType: Output<String>? = null)