Backend Server Backend Server
data class BackendServerBackendServer(val serverId: String, val serverIp: String? = null, val type: String? = null, val weight: Int)
Constructors
Link copied to clipboard
fun BackendServerBackendServer(serverId: String, serverIp: String? = null, type: String? = null, weight: Int)