ListDetectorsResponse constructor

ListDetectorsResponse({
  1. required List<String> detectorIds,
  2. String? nextToken,
})

Implementation

ListDetectorsResponse({
  required this.detectorIds,
  this.nextToken,
});