@beta This is part of the Property Insights Beta Used to create and patch model rooms.
- input RoomDetails {
- # The ID of the layer the Room should be associated with.
- # If left blank it will default to the View's default write layer, or the existing
- # data's layer on a patch mutation.
- ID :
- # The primary floor this room is located on.
- ID :
- # A user displayable label for the room.
- String :
- # The RoomClassifications of this room.
- ID!] : [
- # The keywords associated with this room.
- #
- # If unspecified, keywords will be set from the room's classifications.
- String!] : [
- # The closed bounding box of vertices and edges that make up this room.
- BoundedRegionDetails :
- # Any holes within the boundary of this ModelRoom. To reset this room's holes,
- # send an empty set here.
- BoundedRegionDetails!] : [
- # The room's dimensional data.
- DimensionPatch :
- # All annotations and locations that fall within this room. These will be updated
- # to reflect this association.
- RoomAssociations :
- }