GoogleChromeManagementV1CountPrintJobsByUserResponse class
Response containing a summary printing report for each user that has initiated a print job with a printer from the specified organizational unit during the requested time interval.
Constructors
-
GoogleChromeManagementV1CountPrintJobsByUserResponse({String? nextPageToken, String? totalSize, List<
GoogleChromeManagementV1UserPrintReport> ? userPrintReports}) - GoogleChromeManagementV1CountPrintJobsByUserResponse.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- nextPageToken ↔ String?
-
Pagination token for requesting the next page.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- totalSize ↔ String?
-
Total number of users matching request.
getter/setter pair
-
userPrintReports
↔ List<
GoogleChromeManagementV1UserPrintReport> ? -
List of UserPrintReports matching request.
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