GW2v1MapName

@Serializable
data class GW2v1MapName(val id: GW2MapId, val name: String)

Information about a map.

Parameters

id

the map's ID

name

the map's name

Constructors

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

Properties

Link copied to clipboard

This field holds the map's ID.

Link copied to clipboard

This field holds the map's name.