Wing

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

Information about a wing.

Parameters

id

the wing's ID

events

the wing's events

Constructors

Link copied to clipboard
constructor(id: String, events: List<GW2v2Raid.Wing.Event>)

Types

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

Information about an event.

Properties

Link copied to clipboard

This field holds the wing's events.

Link copied to clipboard
val id: String

This field holds the wing's ID.