GW2v2WvwTimers

@Serializable
data class GW2v2WvwTimers(val eu: Instant, val na: Instant)

Information about regional WvW timers.

Parameters

eu

the ISO-8601 standard timestamp for the next tick in the EU region

na

the ISO-8601 standard timestamp for the next tick in the NA region

Constructors

Link copied to clipboard
constructor(eu: Instant, na: Instant)

Properties

Link copied to clipboard
val eu: Instant

This field holds the ISO-8601 standard timestamp for the next tick in the EU region.

Link copied to clipboard
val na: Instant

This field holds the ISO-8601 standard timestamp for the next tick in the NA region.