BatchGetCrawlersResponse constructor

BatchGetCrawlersResponse({
  1. List<Crawler>? crawlers,
  2. List<String>? crawlersNotFound,
})

Implementation

BatchGetCrawlersResponse({
  this.crawlers,
  this.crawlersNotFound,
});