BatchUpdateDetectorResponse constructor

BatchUpdateDetectorResponse({
  1. List<BatchUpdateDetectorErrorEntry>? batchUpdateDetectorErrorEntries,
})

Implementation

BatchUpdateDetectorResponse({
  this.batchUpdateDetectorErrorEntries,
});