UpgradeRequirement

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

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

Properties

Link copied to clipboard
val count: Int

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

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

This field holds the guild upgrade's ID.