GW2v2Raid

@Serializable
data class GW2v2Raid(val id: GW2RaidId, val wings: List<GW2v2Raid.Wing>)

Information about a raid.

Parameters

id

the raid's ID

wings

the raid's wings

Constructors

Link copied to clipboard
constructor(id: GW2RaidId, wings: List<GW2v2Raid.Wing>)

Types

Link copied to clipboard
@Serializable
data class Wing(val id: String, val events: List<GW2v2Raid.Wing.Event>)

Information about a wing.

Properties

Link copied to clipboard

This field holds the raid's ID.

Link copied to clipboard

This field holds the raid's wings.