Table of Contents

Class PrinterModel

Namespace
Google.Apis.Admin.Directory.directory_v1.Data
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

string

ETag

The ETag of the item.

public virtual string ETag { get; set; }

Property Value

string

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

string

Manufacturer

Manufacturer. eq. "Brother"

public virtual string Manufacturer { get; set; }

Property Value

string