SalesforceMarketingCloudSourceConfig constructor
SalesforceMarketingCloudSourceConfig({
- SourceCatalog? excludeObjects,
- String? fullRefreshPollingInterval,
- SourceCatalog? includeObjects,
- String? pollingInterval,
Implementation
SalesforceMarketingCloudSourceConfig({
this.excludeObjects,
this.fullRefreshPollingInterval,
this.includeObjects,
this.pollingInterval,
});