Represents the access status for a specific floor
FloorStatus
| Field | Type | Inherited from | Description |
|---|---|---|---|
| Floor | Int32 | FloorStatus | Gets or sets the floor number |
| Status | String | FloorStatus | Gets or sets the access status for this floor |
{
"Floor" : "Int32",
"Status" : "String"
}