FlowSourceFlowConfigSourceConnectorPropertiesVeeva constructor

const FlowSourceFlowConfigSourceConnectorPropertiesVeeva({
  1. Input<String?>? documentType,
  2. Input<bool?>? includeAllVersions,
  3. Input<bool?>? includeRenditions,
  4. Input<bool?>? includeSourceFiles,
  5. required Input<String> object_,
})

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_,
});