BatchCreatePrintServersResponse constructor
      
      BatchCreatePrintServersResponse({ 
    
    
- List<PrintServerFailureInfo> ? failures,
- List<PrintServer> ? printServers,
Implementation
BatchCreatePrintServersResponse({
  this.failures,
  this.printServers,
});