Class GoogleChromeManagementV1UserPrintReport
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.
Implements
Inherited Members
Namespace: Google.Apis.ChromeManagement.v1.Data
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class GoogleChromeManagementV1UserPrintReport : IDirectResponseSchema
Properties
DeviceCount
Number of chrome devices that have been used to initiate print jobs by the user.
Declaration
[JsonProperty("deviceCount")]
public virtual long? DeviceCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
JobCount
Number of print jobs initiated by the user.
Declaration
[JsonProperty("jobCount")]
public virtual long? JobCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
PrinterCount
Number of printers used by the user.
Declaration
[JsonProperty("printerCount")]
public virtual long? PrinterCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
UserEmail
The primary e-mail address of the user.
Declaration
[JsonProperty("userEmail")]
public virtual string UserEmail { get; set; }
Property Value
Type | Description |
---|---|
string |
UserId
The unique Directory API ID of the user.
Declaration
[JsonProperty("userId")]
public virtual string UserId { get; set; }
Property Value
Type | Description |
---|---|
string |