HomeEntity

public struct HomeEntity : Codable
  • Declaration

    Swift

    public let name: String?
  • Declaration

    Swift

    public let propertyId: Int?
  • Declaration

    Swift

    public let buildingId: Int?
  • Declaration

    Swift

    public let floorId: Int?
  • Declaration

    Swift

    public let entityId: Int?
  • Declaration

    Swift

    public init(name: String?, propertyId: Int, buildingId: Int, floorId: Int?, entityId: Int)
  • Declaration

    Swift

    public var mapEntity: MNMapEntity? { get }