SeasonStats

@Serializable
data class SeasonStats(val id: GW2PvpSeasonId, val wins: Long, val losses: Long, val rating: Long)

Information about a team's PvP season.

Parameters

id

the season's ID

wins

the amount of wins

losses

the amount of losses

rating

the team's rating

Constructors

Link copied to clipboard
constructor(id: GW2PvpSeasonId, wins: Long, losses: Long, rating: Long)

Properties

Link copied to clipboard

This field holds the season's ID.

Link copied to clipboard

This field holds the amount of losses.

Link copied to clipboard

This field holds the team's rating.

Link copied to clipboard
val wins: Long

This field holds the amount of wins.