FlowSourceFlowConfigSourceConnectorPropertiesSalesforce constructor
const
FlowSourceFlowConfigSourceConnectorPropertiesSalesforce({})
Creates a new FlowSourceFlowConfigSourceConnectorPropertiesSalesforce.
dataTransferApi Optional.
enableDynamicFieldUpdate Whether to enable dynamic fetching of new (recently added) fields in the Salesforce objects while running a flow.
includeDeletedRecords Whether to include deleted files in the flow run.
object_ Required.
Implementation
const FlowSourceFlowConfigSourceConnectorPropertiesSalesforce({
this.dataTransferApi,
this.enableDynamicFieldUpdate,
this.includeDeletedRecords,
required this.object_,
});