Label

data class Label(val name: String, val id: Int, val iconUrls: Icon)

Represents the Label model of the Clash of Clans API.

Constructors

Link copied to clipboard
constructor(name: String, id: Int, iconUrls: Icon)

Properties

Link copied to clipboard

The icon URLs representing the label's icon in different sizes.

Link copied to clipboard
val id: Int

The unique identifier for the label.

Link copied to clipboard

The name of the label.