Show / Hide Table of Contents

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.

Inheritance
object
GoogleChromeManagementV1UserPrintReport
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX