GW2v2AchievementGroups
@Serializable
Information about an achievement group.
Parameters
id
the achievement group's ID
name
the achievement group's localized name
description
the achievement group's localized description
order
a number that can be used to sort the list of groups
categories
an array containing the IDs of the categories that this group contains
Constructors
Link copied to clipboard
constructor(id: GW2AchievementGroupId, name: String, description: String, order: Int, categories: List<GW2AchievementCategoryId>)