Auctioned

constructor(    houseId: Int,     name: String,     size: Int,     houseType: HouseType,     beds: Int,     rent: Int,     world: String,     highestBid: Int?,     highestBidder: String?,     auctionEnd: Instant?)(source)