FlowSourceFlowConfigSourceConnectorPropertiesVeeva class

Constructors

FlowSourceFlowConfigSourceConnectorPropertiesVeeva({Input<String?>? documentType, Input<bool?>? includeAllVersions, Input<bool?>? includeRenditions, Input<bool?>? includeSourceFiles, 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.
const
FlowSourceFlowConfigSourceConnectorPropertiesVeeva.fromMap(Map<String, dynamic> map)
factory

Properties

documentType → Input<String?>?
Document type specified in the Veeva document extract flow.
final
hashCode int
The hash code for this object.
no setterinherited
includeAllVersions → Input<bool?>?
Whether to include all versions of files in the Veeva document extract flow.
final
includeRenditions → Input<bool?>?
Whether to include file renditions in the Veeva document extract flow.
final
includeSourceFiles → Input<bool?>?
Whether to include source files in the Veeva document extract flow.
final
object_ → Input<String>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited