Fields documentation for RoomAttributeWeb
| Name | Type | Summery | Remarks |
|---|---|---|---|
| Id | Int32 | Unique Id for the entity. This Id is unchanged throughout the entity's lifetime. | |
| Name | String | The name of the attribute. | |
| ValidFrom | DateTime | Start date. When this attribute is valid. | |
| ValidTo | Nullable<DateTime> | End date. If null, the interval is seen as having no expiration. | |
| Value | Double | The value of the attribute. ValueType. |