GetDetectorsResult constructor

GetDetectorsResult({
  1. List<Detector>? detectors,
  2. String? nextToken,
})

Implementation

GetDetectorsResult({
  this.detectors,
  this.nextToken,
});