GW2v2LegendaryArmorySlot

@Serializable
data class GW2v2LegendaryArmorySlot(val id: GW2ItemId, val maxCount: Int)

Information about an item that can be stored in the legendary armory.

Parameters

id

the item's ID

maxCount

the maximum number of copies of this item that can be stored in the armory for an account

Constructors

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

Properties

Link copied to clipboard

This field holds the item's ID.

Link copied to clipboard
@SerialName(value = "max_count")
val maxCount: Int

This field holds the maximum number of copies of this item that can be stored in the armory for an account.