Show / Hide Table of Contents

Class DeviceInfo

Device information.

Inheritance
object
DeviceInfo
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.HomeGraphService.v1.Data
Assembly: Google.Apis.HomeGraphService.v1.dll
Syntax
public class DeviceInfo : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

HwVersion

Device hardware version.

Declaration
[JsonProperty("hwVersion")]
public virtual string HwVersion { get; set; }
Property Value
Type Description
string

Manufacturer

Device manufacturer.

Declaration
[JsonProperty("manufacturer")]
public virtual string Manufacturer { get; set; }
Property Value
Type Description
string

Model

Device model.

Declaration
[JsonProperty("model")]
public virtual string Model { get; set; }
Property Value
Type Description
string

SwVersion

Device software version.

Declaration
[JsonProperty("swVersion")]
public virtual string SwVersion { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX