ListDetectorsResponse constructor

ListDetectorsResponse({
  1. List<DetectorSummary>? detectorSummaries,
  2. String? nextToken,
})

Implementation

ListDetectorsResponse({
  this.detectorSummaries,
  this.nextToken,
});