FlowSourceFlowConfigSourceConnectorPropertiesVeeva constructor
const
FlowSourceFlowConfigSourceConnectorPropertiesVeeva({})
Creates a new FlowSourceFlowConfigSourceConnectorPropertiesVeeva.
documentType Document type specified in the Veeva document extract flow.
includeAllVersions Whether to include all versions of files in the Veeva document extract flow.
includeRenditions Whether to include file renditions in the Veeva document extract flow.
includeSourceFiles Whether to include source files in the Veeva document extract flow.
object_ Required.
Implementation
const FlowSourceFlowConfigSourceConnectorPropertiesVeeva({
this.documentType,
this.includeAllVersions,
this.includeRenditions,
this.includeSourceFiles,
required this.object_,
});