Show / Hide Table of Contents

Class PrinterModel

Printer manufacturer and model

Inheritance
object
PrinterModel
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX