SalesforceMarketingCloudSourceConfig constructor

SalesforceMarketingCloudSourceConfig({
  1. SourceCatalog? excludeObjects,
  2. String? fullRefreshPollingInterval,
  3. SourceCatalog? includeObjects,
  4. String? pollingInterval,
})

Implementation

SalesforceMarketingCloudSourceConfig({
  this.excludeObjects,
  this.fullRefreshPollingInterval,
  this.includeObjects,
  this.pollingInterval,
});