Class GoogleHomeEnterpriseSdmV1Device
Device resource represents an instance of enterprise managed device in the property.
Implements
Inherited Members
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 |