GoogleChromeManagementV1UserPrintReport class

Report for CountPrintJobsByUser, contains printing statistics for a user.

Contains the number of printers, the number of devices used to initiate print jobs, and the number of print jobs initiated.

Constructors

GoogleChromeManagementV1UserPrintReport({String? deviceCount, String? jobCount, String? printerCount, String? userEmail, String? userId})
GoogleChromeManagementV1UserPrintReport.fromJson(Map json_)

Properties

deviceCount String?
Number of chrome devices that have been used to initiate print jobs by the user.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
jobCount String?
Number of print jobs initiated by the user.
getter/setter pair
printerCount String?
Number of printers used by the user.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userEmail String?
The primary e-mail address of the user.
getter/setter pair
userId String?
The unique Directory API ID of the user.
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