FlowSourceFlowConfigSourceConnectorPropertiesVeevaArgs

data class FlowSourceFlowConfigSourceConnectorPropertiesVeevaArgs(val documentType: Output<String>? = null, val includeAllVersions: Output<Boolean>? = null, val includeRenditions: Output<Boolean>? = null, val includeSourceFiles: Output<Boolean>? = null, val object: Output<String>) : ConvertibleToJava<FlowSourceFlowConfigSourceConnectorPropertiesVeevaArgs>

Constructors

constructor(documentType: Output<String>? = null, includeAllVersions: Output<Boolean>? = null, includeRenditions: Output<Boolean>? = null, includeSourceFiles: Output<Boolean>? = null, object: Output<String>)

Properties

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

Document type specified in the Veeva document extract flow.

Link copied to clipboard
val includeAllVersions: Output<Boolean>? = null

Boolean value to include All Versions of files in Veeva document extract flow.

Link copied to clipboard
val includeRenditions: Output<Boolean>? = null

Boolean value to include file renditions in Veeva document extract flow.

Link copied to clipboard
val includeSourceFiles: Output<Boolean>? = null

Boolean value to include source files in Veeva document extract flow.

Link copied to clipboard
val object: Output<String>

Object specified in the flow destination.

Functions

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