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