GW2v2WvwTimers

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

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: String, na: String)

Properties

Link copied to clipboard
val eu: String

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

Link copied to clipboard
val na: String

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