LeaderboardEntry

@Serializable
@SerialName(value = "leaderboardsEntry")
data class LeaderboardEntry(val rank: Int, val name: String, val dromeLevel: Int) : BaseLeaderboardEntry, BaseCharacter(source)

An entry in the LeaderboardEntry.

Constructors

Link copied to clipboard
constructor(rank: Int, name: String, dromeLevel: Int)

Properties

Link copied to clipboard
open override val dromeLevel: Int

The drome level of the character.

Link copied to clipboard
open override val name: String

The name of the character.

Link copied to clipboard
open override val rank: Int

The rank of the character.

Link copied to clipboard
open val url: String

The URL to the character's information page.