GW2v2AccountLegendaryArmoryUnlock

@Serializable
data class GW2v2AccountLegendaryArmoryUnlock(val id: GW2ItemId, val count: Int)

Information about a player's legendary armory item unlock.

Parameters

id

the item's ID

count

the number of copies unlocked

Constructors

Link copied to clipboard
constructor(id: GW2ItemId, count: Int)

Properties

Link copied to clipboard
val count: Int

This field holds the number of copies unlocked.

Link copied to clipboard

This field holds the item's ID.