GW2v2World

@Serializable
data class GW2v2World(val id: Int, val name: String, val population: String)

Information about an available world (or server).

Parameters

id

the ID of the world

name

the name of the world

population

the population level of the world

Constructors

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

Properties

Link copied to clipboard
val id: Int

This field holds the ID of the world.

Link copied to clipboard

This field holds the name of the world.

Link copied to clipboard

This field holds the population level of the world.