GoogleChromeManagementV1CountPrintJobsByPrinterResponse constructor
GoogleChromeManagementV1CountPrintJobsByPrinterResponse({
- String? nextPageToken,
- List<
GoogleChromeManagementV1PrinterReport> ? printerReports, - String? totalSize,
Implementation
GoogleChromeManagementV1CountPrintJobsByPrinterResponse({
this.nextPageToken,
this.printerReports,
this.totalSize,
});