Icon

data class Icon(val tiny: String, val small: String, val medium: String)

Represents the Icon model of the Clash of Clans API.

Constructors

Link copied to clipboard
constructor(tiny: String, small: String, medium: String)

Properties

Link copied to clipboard

The URL of the medium-sized image.

Link copied to clipboard

The URL of the small-sized image.

Link copied to clipboard

The URL of the tiny-sized image.