Language

data class Language(val name: String, val id: Int, val languageCode: String)

Represents the Language model of the Clash of Clans API.

Constructors

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

Properties

Link copied to clipboard
val id: Int

The unique identifier for the language.

Link copied to clipboard

The language code corresponding to the language.

Link copied to clipboard

The name of the language.