Class DeviceNames
Identifiers used to describe the device.
Implements
Inherited Members
Namespace: Google.Apis.HomeGraphService.v1.Data
Assembly: Google.Apis.HomeGraphService.v1.dll
Syntax
public class DeviceNames : IDirectResponseSchema
Properties
DefaultNames
List of names provided by the manufacturer rather than the user, such as serial numbers, SKUs, etc.
Declaration
[JsonProperty("defaultNames")]
public virtual IList<string> DefaultNames { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Primary name of the device, generally provided by the user. Names will be truncated if over the 60 Unicode code point (character) limit and no errors will be thrown. Developers are responsible for handling long names.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Nicknames
Additional names provided by the user for the device.
Declaration
[JsonProperty("nicknames")]
public virtual IList<string> Nicknames { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |