Class GoogleChromeManagementV1PrinterReport
Report for CountPrintJobsByPrinter, contains statistics on printer usage. Contains the total number of print jobs initiated with this printer, the number of users and the number of devices that have initiated at least one print job with this printer.
Implements
Inherited Members
Namespace: Google.Apis.ChromeManagement.v1.Data
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class GoogleChromeManagementV1PrinterReport : IDirectResponseSchema
Properties
DeviceCount
Number of chrome devices that have been used to send print jobs to the specified printer.
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 sent to the printer.
Declaration
[JsonProperty("jobCount")]
public virtual long? JobCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
Printer
Printer name.
Declaration
[JsonProperty("printer")]
public virtual string Printer { get; set; }
Property Value
Type | Description |
---|---|
string |
PrinterId
Printer API ID.
Declaration
[JsonProperty("printerId")]
public virtual string PrinterId { get; set; }
Property Value
Type | Description |
---|---|
string |
PrinterModel
Printer model.
Declaration
[JsonProperty("printerModel")]
public virtual string PrinterModel { get; set; }
Property Value
Type | Description |
---|---|
string |
UserCount
Number of users that have sent print jobs to the printer.
Declaration
[JsonProperty("userCount")]
public virtual long? UserCount { get; set; }
Property Value
Type | Description |
---|---|
long? |