GW2v2GuildTeam
@Serializable
Information about a guild's PvP team.
Parameters
id
the team's ID (only unique within the guild)
members
the team's members
name
the team's name
aggregate
the aggregated statistics
ladders
the stats by ladder (e.g. "ranked", "unranked")
games
the team's recent PvP games
seasons
the team's season-specific stats
Constructors
Link copied to clipboard
constructor(id: Int, members: List<GW2v2GuildTeam.Member>, name: String, aggregate: GW2v2GuildTeam.Stats, ladders: Map<String, GW2v2GuildTeam.Stats>, games: List<GW2v2GuildTeam.PvpGame>, seasons: List<GW2v2GuildTeam.SeasonStats>)
Types
Link copied to clipboard
@Serializable
Information about a team's PvP game.
Link copied to clipboard
@Serializable
Information about a team's PvP season.
Properties
Link copied to clipboard
This field holds the aggregated statistics.
Link copied to clipboard
This field holds the team's recent PvP games.
Link copied to clipboard
This field holds the stats by ladder (e.g. "ranked", "unranked").
Link copied to clipboard
This field holds the team's members.
Link copied to clipboard
This field holds the team's season-specific stats.