GoogleChromeManagementV1PrintJob constructor

GoogleChromeManagementV1PrintJob({
  1. String? colorMode,
  2. String? completeTime,
  3. int? copyCount,
  4. String? createTime,
  5. int? documentPageCount,
  6. String? duplexMode,
  7. String? id,
  8. String? printer,
  9. String? printerId,
  10. String? state,
  11. String? title,
  12. String? userEmail,
  13. String? userId,
})

Implementation

GoogleChromeManagementV1PrintJob({
  this.colorMode,
  this.completeTime,
  this.copyCount,
  this.createTime,
  this.documentPageCount,
  this.duplexMode,
  this.id,
  this.printer,
  this.printerId,
  this.state,
  this.title,
  this.userEmail,
  this.userId,
});