Class DeviceInfo
Device information.
Implements
Inherited Members
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 |