Show / Hide Table of Contents

Class GoogleChromeManagementV1CountPrintJobsByPrinterResponse

Response containing a summary printing report for each printer from the specified organizational unit for the requested time interval.

Inheritance
object
GoogleChromeManagementV1CountPrintJobsByPrinterResponse
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 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX