GW2v2JadeBot

@Serializable
data class GW2v2JadeBot(val id: Int, val name: String, val description: String, val unlockItem: GW2ItemId)

Information about a jade bot skin.

Parameters

id

the skin's ID

name

the skin's name

description

the skin's description

unlockItem

the ID of the item used to unlock the skin

Constructors

Link copied to clipboard
constructor(id: Int, name: String, description: String, unlockItem: GW2ItemId)

Properties

Link copied to clipboard

This field holds the skin's description.

Link copied to clipboard
val id: Int

This field holds the skin's ID.

Link copied to clipboard

This field holds the skin's name.

Link copied to clipboard
@SerialName(value = "unlock_item")
val unlockItem: GW2ItemId

This field holds the ID of the item used to unlock the skin.