GW2v1EventDetails

@Serializable
data class GW2v1EventDetails(val events: Map<GW2EventId, GW2v1EventDetails.EventDetails>)

Information about events.

Parameters

events

the events

Constructors

Link copied to clipboard

Types

Link copied to clipboard
@Serializable
data class EventDetails(val name: String, val level: Int, val mapId: GW2MapId, val flags: List<String>, val location: GW2v1EventDetails.EventDetails.Location)

Information about an event.

Properties

Link copied to clipboard

This field holds the events.