GW2v2Outfit

@Serializable
data class GW2v2Outfit(val id: Int, val name: String, val icon: String, val unlockItems: List<GW2ItemId>)

Information about an outfit.

Parameters

id

the outfit's ID

name

the outfit's name

icon

the outfit's icon

unlockItems

the IDs of the items that can be used to unlock the outfit

Constructors

Link copied to clipboard
constructor(id: Int, name: String, icon: String, unlockItems: List<GW2ItemId>)

Properties

Link copied to clipboard

This field holds the outfit's icon.

Link copied to clipboard
val id: Int

This field holds the outfit's ID.

Link copied to clipboard

This field holds the outfit's name.

Link copied to clipboard
@SerialName(value = "unlock_items")
val unlockItems: List<GW2ItemId>

This field holds the IDs of the items that can be used to unlock the outfit.