GoogleChromeManagementV1PrinterReport class

Report for CountPrintJobsByPrinter, contains statistics on printer usage.

Contains the total number of print jobs initiated with this printer, the number of users and the number of devices that have initiated at least one print job with this printer.

Constructors

GoogleChromeManagementV1PrinterReport({String? deviceCount, String? jobCount, String? printer, String? printerId, String? printerModel, String? userCount})
GoogleChromeManagementV1PrinterReport.fromJson(Map json_)

Properties

deviceCount String?
Number of chrome devices that have been used to send print jobs to the specified printer.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
jobCount String?
Number of print jobs sent to the printer.
getter/setter pair
printer String?
Printer name.
getter/setter pair
printerId String?
Printer API ID.
getter/setter pair
printerModel String?
Printer model.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userCount String?
Number of users that have sent print jobs to the printer.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited