GoogleChromeManagementV1CountPrintJobsByPrinterResponse constructor

GoogleChromeManagementV1CountPrintJobsByPrinterResponse({
  1. String? nextPageToken,
  2. List<GoogleChromeManagementV1PrinterReport>? printerReports,
  3. String? totalSize,
})

Implementation

GoogleChromeManagementV1CountPrintJobsByPrinterResponse({
  this.nextPageToken,
  this.printerReports,
  this.totalSize,
});