BatchDeletePrintServersResponse constructor
BatchDeletePrintServersResponse({
- List<
PrintServerFailureInfo> ? failedPrintServers, - List<
String> ? printServerIds,
Implementation
BatchDeletePrintServersResponse({
this.failedPrintServers,
this.printServerIds,
});