Item

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

Information about an item ready for pickup.

Parameters

id

the item's ID

count

the amount of this item ready for pickup

Constructors

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

Properties

Link copied to clipboard
val count: Long

This field holds the amount of this item ready for pickup.

Link copied to clipboard

This field holds the item's ID.