Represents floor data. Floors are used to classify different resources from the same location. It may contain floorplan data as well.
Floor
Property | Type | Required | Description |
---|---|---|---|
name | string | true | The name of the floorplan - usually the floor number. |
floor | string | false | Optional floor number. |
isOpen | boolean | false | If true, the location is operational; if false or omitted, the location is not working - either not open yet, or suspended for some other reason. |
office | Location | true | A reference to the location the floor is part of |
area | number | false | The floor area of this part of the building. |
targetRevenue | number | false | The target revenue for the specified floor |