A label of a room in the model.
type Label implements Annotation {id: ID! created: DateTime! modified: DateTime! enabled: Boolean! label: String! position: Point model: Model! # The floor this label is associated with.floor: ModelFloor }