Show / Hide Table of Contents

Class GoogleHomeEnterpriseSdmV1Room

Room resource represents an instance of sub-space within a structure such as rooms in a hotel suite or rental apartment.

Inheritance
object
GoogleHomeEnterpriseSdmV1Room
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 GoogleHomeEnterpriseSdmV1Room : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Name

Output only. The resource name of the room. For example: "enterprises/XYZ/structures/ABC/rooms/123".

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

Traits

Room traits.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX