Class GoogleChromeManagementV1CountPrintJobsByPrinterResponse
Response containing a summary printing report for each printer from the specified organizational unit for the requested time interval.
Implements
Inherited Members
Namespace: Google.Apis.ChromeManagement.v1.Data
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class GoogleChromeManagementV1CountPrintJobsByPrinterResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
Pagination token for requesting the next page.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
PrinterReports
List of PrinterReports matching request.
Declaration
[JsonProperty("printerReports")]
public virtual IList<GoogleChromeManagementV1PrinterReport> PrinterReports { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleChromeManagementV1PrinterReport> |
TotalSize
Total number of printers matching request.
Declaration
[JsonProperty("totalSize")]
public virtual long? TotalSize { get; set; }
Property Value
Type | Description |
---|---|
long? |