View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1CountPrintJobsByUserResponse (google_api_chrome_management v0.6.1)
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.
Attributes
-
nextPageToken(type:String.t, default:nil) - Pagination token for requesting the next page. -
totalSize(type:String.t, default:nil) - Total number of users matching request. -
userPrintReports(type:list(GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1UserPrintReport.t), default:nil) - List of UserPrintReports matching request.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1CountPrintJobsByUserResponse{ nextPageToken: String.t() | nil, totalSize: String.t() | nil, userPrintReports: [ GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1UserPrintReport.t() ] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.