View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1UserPrintReport (google_api_chrome_management v0.6.0)

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.

Attributes

  • deviceCount (type: String.t, default: nil) - Number of chrome devices that have been used to initiate print jobs by the user.
  • jobCount (type: String.t, default: nil) - Number of print jobs initiated by the user.
  • printerCount (type: String.t, default: nil) - Number of printers used by the user.
  • userEmail (type: String.t, default: nil) - The primary e-mail address of the user.
  • userId (type: String.t, default: nil) - The unique Directory API ID of the user.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1UserPrintReport{
    deviceCount: String.t() | nil,
    jobCount: String.t() | nil,
    printerCount: String.t() | nil,
    userEmail: String.t() | nil,
    userId: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.