Badge

data class Badge(val small: String, val medium: String, val large: String)

Represents the Badge model of the Clash of Clans API.

Constructors

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

Properties

Link copied to clipboard

The URL of the large-sized image.

Link copied to clipboard

The URL of the medium-sized image.

Link copied to clipboard

The URL of the small-sized image.