UpgradeRequirement

@Serializable
data class UpgradeRequirement(val upgradeId: Long, val count: Long)

Information about the usage for an item.

Parameters

upgradeId

the guild upgrade's ID

count

the total amount of the item required for the upgrade

Constructors

Link copied to clipboard
constructor(upgradeId: Long, count: Long)

Properties

Link copied to clipboard
val count: Long

This field holds the total amount of the item required for the upgrade.

Link copied to clipboard
@SerialName(value = "upgrade_id")
val upgradeId: Long

This field holds the guild upgrade's ID.