Crawler constructor

Crawler({
  1. List<String>? classifiers,
  2. String? configuration,
  3. int? crawlElapsedTime,
  4. String? crawlerSecurityConfiguration,
  5. DateTime? creationTime,
  6. String? databaseName,
  7. String? description,
  8. LastCrawlInfo? lastCrawl,
  9. DateTime? lastUpdated,
  10. LineageConfiguration? lineageConfiguration,
  11. String? name,
  12. RecrawlPolicy? recrawlPolicy,
  13. String? role,
  14. Schedule? schedule,
  15. SchemaChangePolicy? schemaChangePolicy,
  16. CrawlerState? state,
  17. String? tablePrefix,
  18. CrawlerTargets? targets,
  19. int? version,
})

Implementation

Crawler({
  this.classifiers,
  this.configuration,
  this.crawlElapsedTime,
  this.crawlerSecurityConfiguration,
  this.creationTime,
  this.databaseName,
  this.description,
  this.lastCrawl,
  this.lastUpdated,
  this.lineageConfiguration,
  this.name,
  this.recrawlPolicy,
  this.role,
  this.schedule,
  this.schemaChangePolicy,
  this.state,
  this.tablePrefix,
  this.targets,
  this.version,
});