DataCenter

@Serializable
data class DataCenter(val name: String? = null, val region: String? = null, val worlds: List<Short>? = null)

A data center supported by the Universalis API

Constructors

Link copied to clipboard
constructor(name: String? = null, region: String? = null, worlds: List<Short>? = null)

Properties

Link copied to clipboard
val name: String? = null

Name of a data center supported by the Universalis API

Link copied to clipboard
val region: String? = null

Region of a data center supported by the Universalis API

Link copied to clipboard
val worlds: List<Short>? = null

World IDs of a data center supported by the Universalis API