Upgrade

@Serializable
data class Upgrade(val upgrade: String, val itemId: GW2ItemId)

Information about an item's upgrade.

Parameters

upgrade

describes the method of upgrading

itemId

the ID that results from performing the upgrade

Constructors

Link copied to clipboard
constructor(upgrade: String, itemId: GW2ItemId)

Properties

Link copied to clipboard
@SerialName(value = "item_id")
val itemId: GW2ItemId

This field holds the ID that results from performing the upgrade.

Link copied to clipboard

This field holds describes the method of upgrading.