GuildStash

@Serializable
data class GuildStash(val upgradeId: Int, val size: Int, val coins: Int, val note: String, val inventory: List<GuildStashItem?>)

Data model for guild stash object

Constructors

Link copied to clipboard
constructor(upgradeId: Int, size: Int, coins: Int, note: String, inventory: List<GuildStashItem?>)

Properties

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