FlowSalesforceDestinationPropertiesArgs

data class FlowSalesforceDestinationPropertiesArgs(val dataTransferApi: Output<FlowDataTransferApi>? = null, val errorHandlingConfig: Output<FlowErrorHandlingConfigArgs>? = null, val idFieldNames: Output<List<String>>? = null, val object: Output<String>, val writeOperationType: Output<FlowWriteOperationType>? = null) : ConvertibleToJava<FlowSalesforceDestinationPropertiesArgs>

Constructors

Link copied to clipboard
fun FlowSalesforceDestinationPropertiesArgs(dataTransferApi: Output<FlowDataTransferApi>? = null, errorHandlingConfig: Output<FlowErrorHandlingConfigArgs>? = null, idFieldNames: Output<List<String>>? = null, object: Output<String>, writeOperationType: Output<FlowWriteOperationType>? = null)

Functions

Link copied to clipboard
open override fun toJava(): FlowSalesforceDestinationPropertiesArgs

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val idFieldNames: Output<List<String>>? = null

List of fields used as ID when performing a write operation.

Link copied to clipboard
val object: Output<String>
Link copied to clipboard