GW2v1ObjectiveName

@Serializable
data class GW2v1ObjectiveName(val id: GW2WvwObjectiveId, val name: String)

Information about a WvW objective.

Parameters

id

the ID of the objective

name

the objective's localized name

Constructors

Link copied to clipboard
constructor(id: GW2WvwObjectiveId, name: String)

Properties

Link copied to clipboard

This field holds the ID of the objective.

Link copied to clipboard

This field holds the objective's localized name.