GW2v2GuildStorageSlot

@Serializable
data class GW2v2GuildStorageSlot(val id: Int, val count: Int)

Information about an item in a guild's storage.

Parameters

id

the guild upgrade's ID

count

the amount of the upgrade in the guild's treasury

Constructors

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

Properties

Link copied to clipboard
val count: Int

This field holds the amount of the upgrade in the guild's treasury.

Link copied to clipboard
val id: Int

This field holds the guild upgrade's ID.