FlowZendeskDestinationPropertiesArgs

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

Constructors

Link copied to clipboard
fun FlowZendeskDestinationPropertiesArgs(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(): FlowZendeskDestinationPropertiesArgs

Properties

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