BatchDeletePrintServersResponse constructor

BatchDeletePrintServersResponse({
  1. List<PrintServerFailureInfo>? failedPrintServers,
  2. List<String>? printServerIds,
})

Implementation

BatchDeletePrintServersResponse({
  this.failedPrintServers,
  this.printServerIds,
});