GW2v2Account

constructor(id: String, age: Int, name: String, world: Int, guilds: List<String>, guildLeader: List<String>? = null, created: String, access: List<String>, commander: Boolean, fractalLevel: Int? = null, dailyAP: Int? = null, monthlyAP: Int? = null, wvwRank: Int? = null, lastModified: String, buildStorageSlots: Int? = null)

Parameters

id

the unique persistent account GUID

age

the age of the account in seconds

name

the unique account name

world

the ID of the home world the account is assigned to

guilds

an array containing the IDs of all guilds the account is a member in

guildLeader

an array containing the IDs of all guilds the account is a leader of

created

the ISO-8601 standard timestamp of when the account was created

access

an array of what content this account has access to

commander

a flag indicating whether the commander tag is unlocked for the account

fractalLevel

the account's personal fractal level

dailyAP

the daily AP the account has

monthlyAP

the monthly AP the account has

wvwRank

the account's personal wvw rank

lastModified

the ISO-8601 standard timestamp of when the account information last changed (as perceived by the API)

buildStorageSlots

the number of the account's account-wide build storage slots unlocked