Table of Contents

Class Printer

Namespace
Google.Apis.Admin.Directory.directory_v1.Data
Assembly
Google.Apis.Admin.Directory.directory_v1.dll

Printer configuration.

public class Printer : IDirectResponseSchema
Inheritance
Printer
Implements
IDirectResponseSchema
Inherited Members

Constructors

Printer()

public Printer()

Properties

AuxiliaryMessages

Output only. Auxiliary messages about issues with the printer configuration if any.

public virtual IList<AuxiliaryMessage> AuxiliaryMessages { get; set; }

Property Value

IList<AuxiliaryMessage>

CreateTime

Output only. Time when printer was created.

public virtual object CreateTime { get; set; }

Property Value

object

Description

Editable. Description of printer.

public virtual string Description { get; set; }

Property Value

string

DisplayName

Editable. Name of printer.

public virtual string DisplayName { get; set; }

Property Value

string

ETag

The ETag of the item.

public virtual string ETag { get; set; }

Property Value

string

Id

Id of the printer. (During printer creation leave empty)

public virtual string Id { get; set; }

Property Value

string

MakeAndModel

Editable. Make and model of printer. e.g. Lexmark MS610de Value must be in format as seen in ListPrinterModels response.

public virtual string MakeAndModel { get; set; }

Property Value

string

Name

The resource name of the Printer object, in the format customers/{customer-id}/printers/{printer-id} (During printer creation leave empty)

public virtual string Name { get; set; }

Property Value

string

OrgUnitId

Organization Unit that owns this printer (Only can be set during Printer creation)

public virtual string OrgUnitId { get; set; }

Property Value

string

Uri

Editable. Printer URI.

public virtual string Uri { get; set; }

Property Value

string

UseDriverlessConfig

Editable. flag to use driverless configuration or not. If it's set to be true, make_and_model can be ignored

public virtual bool? UseDriverlessConfig { get; set; }

Property Value

bool?