Show / Hide Table of Contents

Class DeviceNames

Identifiers used to describe the device.

Inheritance
object
DeviceNames
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 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX