BatchCreatePrintServersResponse constructor

BatchCreatePrintServersResponse({
  1. List<PrintServerFailureInfo>? failures,
  2. List<PrintServer>? printServers,
})

Implementation

BatchCreatePrintServersResponse({
  this.failures,
  this.printServers,
});