GW2v2HomesteadGlyph

@Serializable
data class GW2v2HomesteadGlyph(val id: GW2HomesteadGlyphId, val itemId: GW2ItemId, val slot: GW2v2HomesteadGlyph.Slot)

Information about a glyph that can be stored in a homestead.

Parameters

id

the glyph's ID

itemId

the ID of the glyph item

slot

the slot the glyph can be stored in

Constructors

Link copied to clipboard
constructor(id: GW2HomesteadGlyphId, itemId: GW2ItemId, slot: GW2v2HomesteadGlyph.Slot)

Types

Link copied to clipboard
sealed class Slot

the type of slot

Properties

Link copied to clipboard

This field holds the glyph's ID.

Link copied to clipboard
@SerialName(value = "item_id")
val itemId: GW2ItemId

This field holds the ID of the glyph item.

Link copied to clipboard

This field holds the slot the glyph can be stored in.