Class PrinterModel
- Assembly
- Google.Apis.Admin.Directory.directory_v1.dll
Printer manufacturer and model
public class PrinterModel : IDirectResponseSchema
- Inheritance
-
PrinterModel
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
PrinterModel()
public PrinterModel()
Properties
DisplayName
Display name. eq. "Brother MFC-8840D"
public virtual string DisplayName { get; set; }
Property Value
ETag
The ETag of the item.
public virtual string ETag { get; set; }
Property Value
MakeAndModel
Make and model as represented in "make_and_model" field in Printer object. eq. "brother mfc-8840d"
public virtual string MakeAndModel { get; set; }
Property Value
Manufacturer
Manufacturer. eq. "Brother"
public virtual string Manufacturer { get; set; }