WorkdaySourceConfig constructor

WorkdaySourceConfig({
  1. SourceCatalog? excludeObjects,
  2. SourceCatalog? includeObjects,
  3. String? pollingInterval,
})

Implementation

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