GlobalAccountData

@Serializable
data class GlobalAccountData(val events: List<ClientEvent.GlobalAccountDataEvent<*>>? = null)

Constructors

Link copied to clipboard
constructor(events: List<ClientEvent.GlobalAccountDataEvent<*>>? = null)

Properties

Link copied to clipboard
@SerialName(value = "events")
val events: List<ClientEvent.GlobalAccountDataEvent<*>>?