MountSkin

@Serializable
data class MountSkin(val id: Int, val name: String, val icon: String, val mount: String, val dyeSlots: List<DyeSlot>)

Data model for mount skin object

Constructors

Link copied to clipboard
constructor(id: Int, name: String, icon: String, mount: String, dyeSlots: List<DyeSlot>)

Properties

Link copied to clipboard
@SerialName(value = "dye_slots")
val dyeSlots: List<DyeSlot>
Link copied to clipboard
Link copied to clipboard
val id: Int
Link copied to clipboard
Link copied to clipboard