GuildIngredient

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

Data model for guild ingredient recipe property

Constructors

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

Properties

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