Show / Hide Table of Contents

Class GoogleChromeManagementV1CountPrintJobsByUserResponse

Response containing a summary printing report for each user that has initiated a print job with a printer from the specified organizational unit during the requested time interval.

Inheritance
object
GoogleChromeManagementV1CountPrintJobsByUserResponse
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 GoogleChromeManagementV1CountPrintJobsByUserResponse : 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

TotalSize

Total number of users matching request.

Declaration
[JsonProperty("totalSize")]
public virtual long? TotalSize { get; set; }
Property Value
Type Description
long?

UserPrintReports

List of UserPrintReports matching request.

Declaration
[JsonProperty("userPrintReports")]
public virtual IList<GoogleChromeManagementV1UserPrintReport> UserPrintReports { get; set; }
Property Value
Type Description
IList<GoogleChromeManagementV1UserPrintReport>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX