SalesforceSourceConfig constructor

SalesforceSourceConfig({
  1. SalesforceOrg? excludeObjects,
  2. SalesforceOrg? includeObjects,
  3. String? pollingInterval,
})

Implementation

SalesforceSourceConfig({
  this.excludeObjects,
  this.includeObjects,
  this.pollingInterval,
});