GW2v2Dungeon

@Serializable
data class GW2v2Dungeon(val id: String, val paths: List<GW2v2Dungeon.Path>)

Information about a dungeon.

Parameters

id

the dungeon's ID

paths

the dungeon's paths

Constructors

Link copied to clipboard
constructor(id: String, paths: List<GW2v2Dungeon.Path>)

Types

Link copied to clipboard
@Serializable
data class Path(val id: String, val type: String)

Information about a dungeon path.

Properties

Link copied to clipboard
val id: String

This field holds the dungeon's ID.

Link copied to clipboard

This field holds the dungeon's paths.