GW2v2PvpGame
@Serializable
Information about an account's PvP game.
Parameters
id
the game's ID
mapId
the map's ID
started
the ISO-8601 standard timestamp of when the game started
ended
the ISO-8601 standard timestamp of when the game ended
result
the game's result for the account ("Victory" or "Defeat")
team
the player's team ("Blue" or "Red")
profession
the ID of the player's profession
ratingType
the type of rating of the game
ratingChange
the change in rating for the account
season
the ID of the game's PvP season
scores
the game's final scores
Constructors
Link copied to clipboard
constructor(id: GW2PvpGameId, mapId: GW2MapId, started: String, ended: String, result: String, team: String, profession: GW2ProfessionId, ratingType: String, ratingChange: Int? = null, season: GW2PvpSeasonId? = null, scores: GW2v2PvpGame.Scores)
Types
Properties
Link copied to clipboard
This field holds the game's ID.
Link copied to clipboard
This field holds the ID of the player's profession.
Link copied to clipboard
This field holds the change in rating for the account.
Link copied to clipboard
This field holds the type of rating of the game.
Link copied to clipboard
This field holds the game's final scores.
Link copied to clipboard
This field holds the ID of the game's PvP season.