GoogleChromeManagementV1UserPrintReport constructor

GoogleChromeManagementV1UserPrintReport({
  1. String? deviceCount,
  2. String? jobCount,
  3. String? printerCount,
  4. String? userEmail,
  5. String? userId,
})

Implementation

GoogleChromeManagementV1UserPrintReport({
  this.deviceCount,
  this.jobCount,
  this.printerCount,
  this.userEmail,
  this.userId,
});