Show / Hide Table of Contents

Class GoogleHomeEnterpriseSdmV1Device

Device resource represents an instance of enterprise managed device in the property.

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

Properties

ETag

The ETag of the item.

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

Name

Required. The resource name of the device. For example: "enterprises/XYZ/devices/123".

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

ParentRelations

Assignee details of the device.

Declaration
[JsonProperty("parentRelations")]
public virtual IList<GoogleHomeEnterpriseSdmV1ParentRelation> ParentRelations { get; set; }
Property Value
Type Description
IList<GoogleHomeEnterpriseSdmV1ParentRelation>

Traits

Output only. Device traits.

Declaration
[JsonProperty("traits")]
public virtual IDictionary<string, object> Traits { get; set; }
Property Value
Type Description
IDictionary<string, object>

Type

Output only. Type of the device for general display purposes. For example: "THERMOSTAT". The device type should not be used to deduce or infer functionality of the actual device it is assigned to. Instead, use the returned traits for the device.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX