GW2v2CharactersRecipes

@Serializable
data class GW2v2CharactersRecipes(val recipes: List<Int>)

Information about a character's crafting recipes.

Parameters

recipes

the IDs of the character's crafting recipes

Constructors

Link copied to clipboard
constructor(recipes: List<Int>)

Properties

Link copied to clipboard

This field holds the IDs of the character's crafting recipes.