GW2v1WorldName

@Serializable
data class GW2v1WorldName(val id: GW2WorldId, val name: String)

Information about an available world (or server).

Parameters

id

the ID of the world

name

the name of the world

Constructors

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

Properties

Link copied to clipboard

This field holds the ID of the world.

Link copied to clipboard

This field holds the name of the world.