Show / Hide Table of Contents

Class GoogleChromeManagementV1PrintJob

Represents a request to print a document that has been submitted to a printer.

Inheritance
object
GoogleChromeManagementV1PrintJob
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 GoogleChromeManagementV1PrintJob : IDirectResponseSchema

Properties

ColorMode

Color mode.

Declaration
[JsonProperty("colorMode")]
public virtual string ColorMode { get; set; }
Property Value
Type Description
string

CompleteTime

object representation of CompleteTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CompleteTimeDateTimeOffset instead.")]
public virtual object CompleteTime { get; set; }
Property Value
Type Description
object

CompleteTimeDateTimeOffset

DateTimeOffset representation of CompleteTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CompleteTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CompleteTimeRaw

Print job completion timestamp.

Declaration
[JsonProperty("completeTime")]
public virtual string CompleteTimeRaw { get; set; }
Property Value
Type Description
string

CopyCount

Number of copies.

Declaration
[JsonProperty("copyCount")]
public virtual int? CopyCount { get; set; }
Property Value
Type Description
int?

CreateTime

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

Print job creation timestamp.

Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type Description
string

DocumentPageCount

Number of pages in the document.

Declaration
[JsonProperty("documentPageCount")]
public virtual int? DocumentPageCount { get; set; }
Property Value
Type Description
int?

DuplexMode

Duplex mode.

Declaration
[JsonProperty("duplexMode")]
public virtual string DuplexMode { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Id

Unique ID of the print job.

Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type Description
string

Printer

Name of the printer used for printing.

Declaration
[JsonProperty("printer")]
public virtual string Printer { get; set; }
Property Value
Type Description
string

PrinterId

API ID of the printer used for printing.

Declaration
[JsonProperty("printerId")]
public virtual string PrinterId { get; set; }
Property Value
Type Description
string

State

The final state of the job.

Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type Description
string

Title

The title of the document.

Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type Description
string

UserEmail

The primary e-mail address of the user who submitted the print job.

Declaration
[JsonProperty("userEmail")]
public virtual string UserEmail { get; set; }
Property Value
Type Description
string

UserId

The unique Directory API ID of the user who submitted the print job.

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