INPUT_OBJECT
Room information.
input PropertyRoomAttributesInput {# UUID of the room.id: UUID!# The size of the area.size: Float# A description of the room.size_description: String!# The type of the roomstype: RoomType!# The measurement unit of the size.units: UnitsOfMeasurement!}