VersionInfo

data class VersionInfo(val federation: Boolean, val supported: List<Int>, val domain: String? = null, val developmentSupported: List<Int>? = null)

Constructors

Link copied to clipboard
constructor(federation: Boolean, supported: List<Int>, domain: String? = null, developmentSupported: List<Int>? = null)

Properties

Link copied to clipboard
val developmentSupported: List<Int>? = null
Link copied to clipboard
val domain: String? = null
Link copied to clipboard
val federation: Boolean
Link copied to clipboard
val supported: List<Int>