HouseEntry

constructor(    houseId: Int,     name: String,     size: Int,     rent: Int,     town: String,     world: String,     type: HouseType,     status: HouseStatus,     highestBid: Int?,     timeLeft: Duration?)(source)