SalesforceSourceConfig constructor
SalesforceSourceConfig({
- SalesforceOrg? excludeObjects,
- SalesforceOrg? includeObjects,
- String? pollingInterval,
Implementation
SalesforceSourceConfig({
this.excludeObjects,
this.includeObjects,
this.pollingInterval,
});