DyeSlot

@Serializable
data class DyeSlot(val colorId: GW2ColorId, val material: String)

Information about a dye slot.

Parameters

colorId

the ID of the color

material

the slot's material

Constructors

Link copied to clipboard
constructor(colorId: GW2ColorId, material: String)

Properties

Link copied to clipboard
@SerialName(value = "color_id")
val colorId: GW2ColorId

This field holds the ID of the color.

Link copied to clipboard

This field holds the slot's material.