GoldPassSeason

data class GoldPassSeason(val startTime: String, val endTime: String)

Represents the GoldPassSeason model of the Clash of Clans API. The GoldPassSeason data class stores information about a Gold Pass season.

Constructors

Link copied to clipboard
constructor(startTime: String, endTime: String)

Properties

Link copied to clipboard

The end time of the Gold Pass season.

Link copied to clipboard

The start time of the Gold Pass season.