GW2v2AccountWvw

@Serializable
data class GW2v2AccountWvw(val guild: GW2GuildId? = null, val team: Int)

Information about an account's WvW assignment.

Parameters

guild

the ID of the WvW guild the account is assigned to

team

the ID of the WvW team the account is assigned to

Constructors

Link copied to clipboard
constructor(guild: GW2GuildId? = null, team: Int)

Properties

Link copied to clipboard
val guild: GW2GuildId? = null

This field holds the ID of the WvW guild the account is assigned to.

Link copied to clipboard
val team: Int

This field holds the ID of the WvW team the account is assigned to.