BuildingInfo
Information about building.
public init(
buildingName: String? = nil,
purposeName: String? = nil,
purposeCode: PurposeCode? = nil,
buildingLevels: BuildingLevels? = nil,
buildingId: BuildingId?
)
Parameters
buildingName
purposeName
purposeCode
buildingLevels
buildingId
Properties
Name of the building.
Description of the purpose of the building.
Code of the purpose of the building.
Information about floor plans of the building.
Unique identifier of the building.