Class Printer
- 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
CreateTime
Output only. Time when printer was created.
public virtual object CreateTime { get; set; }
Property Value
Description
Editable. Description of printer.
public virtual string Description { get; set; }
Property Value
DisplayName
Editable. Name of printer.
public virtual string DisplayName { get; set; }
Property Value
ETag
The ETag of the item.
public virtual string ETag { get; set; }
Property Value
Id
Id of the printer. (During printer creation leave empty)
public virtual string Id { get; set; }
Property Value
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
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
OrgUnitId
Organization Unit that owns this printer (Only can be set during Printer creation)
public virtual string OrgUnitId { get; set; }
Property Value
Uri
Editable. Printer URI.
public virtual string Uri { get; set; }
Property Value
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?