HouseElement

data class HouseElement(val type: String, val id: Int)

Represents the HouseElement model of the Clash of Clans API. HouseElements are individual elements that make up a player's house in the capital.

Constructors

Link copied to clipboard
constructor(type: String, id: Int)

Properties

Link copied to clipboard
val id: Int

The unique identifier for the house element.

Link copied to clipboard

The type of the house element.