Show / Hide Table of Contents

Class GoogleHomeEnterpriseSdmV1ParentRelation

Represents device relationships, for instance, structure/room to which the device is assigned to.

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

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX