ListCrawlersResponse constructor

ListCrawlersResponse({
  1. List<String>? crawlerNames,
  2. String? nextToken,
})

Implementation

ListCrawlersResponse({
  this.crawlerNames,
  this.nextToken,
});