ListDetectorModelsResponse constructor
ListDetectorModelsResponse({
- List<
DetectorModelSummary> ? detectorModelSummaries, - String? nextToken,
Implementation
ListDetectorModelsResponse({
this.detectorModelSummaries,
this.nextToken,
});