UpgradeCost

@Serializable
data class UpgradeCost(val type: String, val name: String, val count: Int, val itemId: Int? = null)

Data model for cost property of guild upgrade object

Constructors

Link copied to clipboard
constructor(type: String, name: String, count: Int, itemId: Int? = null)

Properties

Link copied to clipboard
val count: Int
Link copied to clipboard
@SerialName(value = "item_id")
val itemId: Int? = null
Link copied to clipboard
Link copied to clipboard