Item

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

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

Properties

Link copied to clipboard
val count: Int

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

Link copied to clipboard

This field holds the item's ID.