FlowSourceFlowConfigSourceConnectorPropertiesSalesforce constructor

const FlowSourceFlowConfigSourceConnectorPropertiesSalesforce({
  1. Input<String?>? dataTransferApi,
  2. Input<bool?>? enableDynamicFieldUpdate,
  3. Input<bool?>? includeDeletedRecords,
  4. required Input<String> object_,
})

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