GW2v2AccountLegendaryArmoryUnlock

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

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: Long)

Properties

Link copied to clipboard
val count: Long

This field holds the number of copies unlocked.

Link copied to clipboard

This field holds the item's ID.