FlowVeevaSourcePropertiesArgs

data class FlowVeevaSourcePropertiesArgs(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<FlowVeevaSourcePropertiesArgs>

Constructors

Link copied to clipboard
fun FlowVeevaSourcePropertiesArgs(documentType: Output<String>? = null, includeAllVersions: Output<Boolean>? = null, includeRenditions: Output<Boolean>? = null, includeSourceFiles: Output<Boolean>? = null, object: Output<String>)

Functions

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

Properties

Link copied to clipboard
val documentType: Output<String>? = null
Link copied to clipboard
val includeAllVersions: Output<Boolean>? = null
Link copied to clipboard
val includeRenditions: Output<Boolean>? = null
Link copied to clipboard
val includeSourceFiles: Output<Boolean>? = null
Link copied to clipboard
val object: Output<String>