GW2v2AchievementGroups

@Serializable
data class GW2v2AchievementGroups(val id: GW2AchievementGroupId, val name: String, val description: String, val order: Int, val categories: List<GW2AchievementCategoryId>)

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>)

Properties

Link copied to clipboard

This field holds an array containing the IDs of the categories that this group contains.

Link copied to clipboard

This field holds the achievement group's localized description.

Link copied to clipboard

This field holds the achievement group's ID.

Link copied to clipboard

This field holds the achievement group's localized name.

Link copied to clipboard
val order: Int

This field holds a number that can be used to sort the list of groups.