Class GoogleHomeEnterpriseSdmV1Room
Room resource represents an instance of sub-space within a structure such as rooms in a hotel suite or rental apartment.
Implements
Inherited Members
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> |