PlayerHouse

data class PlayerHouse(val elements: List<HouseElement>)

Represents the PlayerHouse model of the Clash of Clans API.

Constructors

Link copied to clipboard
constructor(elements: List<HouseElement>)

Properties

Link copied to clipboard

A list of HouseElements that make up the player's house.