Class GoogleHomeEnterpriseSdmV1ParentRelation
Represents device relationships, for instance, structure/room to which the device is assigned to.
Implements
Inherited Members
Namespace: Google.Apis.SmartDeviceManagement.v1.Data
Assembly: Google.Apis.SmartDeviceManagement.v1.dll
Syntax
public class GoogleHomeEnterpriseSdmV1ParentRelation : IDirectResponseSchema
Properties
DisplayName
Output only. The custom name of the relation -- e.g., structure/room where the device is assigned to.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GhpParent
Output only. The GHP name of the relation -- e.g., structure/room where the device is assigned to. For example: "homegraph.googleapis.com/Structure/ABC" or "homegraph.googleapis.com/Room/ABC"
Declaration
[JsonProperty("ghpParent")]
public virtual string GhpParent { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Parent
Output only. The name of the relation -- e.g., structure/room where the device is assigned to. For example: "enterprises/XYZ/structures/ABC" or "enterprises/XYZ/structures/ABC/rooms/123"
Declaration
[JsonProperty("parent")]
public virtual string Parent { get; set; }
Property Value
| Type | Description |
|---|---|
| string |