BatchDeletePrintServersRequest constructor

BatchDeletePrintServersRequest({
  1. List<String>? printServerIds,
})

Implementation

BatchDeletePrintServersRequest({
  this.printServerIds,
});