Class PrinterModel
Printer manufacturer and model
Implements
Inherited Members
Namespace: Google.Apis.Admin.Directory.directory_v1.Data
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class PrinterModel : IDirectResponseSchema
Properties
DisplayName
Display name. eq. "Brother MFC-8840D"
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { 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 |
MakeAndModel
Make and model as represented in "make_and_model" field in Printer object. eq. "brother mfc-8840d"
Declaration
[JsonProperty("makeAndModel")]
public virtual string MakeAndModel { get; set; }
Property Value
Type | Description |
---|---|
string |
Manufacturer
Manufacturer. eq. "Brother"
Declaration
[JsonProperty("manufacturer")]
public virtual string Manufacturer { get; set; }
Property Value
Type | Description |
---|---|
string |