ListCandidatesForAutoMLJobResponse constructor
      
      ListCandidatesForAutoMLJobResponse({ 
    
    
- required List<AutoMLCandidate> candidates,
- String? nextToken,
Implementation
ListCandidatesForAutoMLJobResponse({
  required this.candidates,
  this.nextToken,
});