GetCrawlersResponse constructor

GetCrawlersResponse({
  1. List<Crawler>? crawlers,
  2. String? nextToken,
})

Implementation

GetCrawlersResponse({
  this.crawlers,
  this.nextToken,
});