RecommendedServerInfo
data class RecommendedServerInfo(val address: String, val responseTime: Long, val score: RecommendedServerInfoScore, val issues: Collection<RecommendedServerIssue>, val systemInfo: Result<ERROR CLASS: Symbol not found for PublicSystemInfo>)
Constructors
Link copied to clipboard
constructor(address: String, responseTime: Long, score: RecommendedServerInfoScore, issues: Collection<RecommendedServerIssue>, systemInfo: Result<ERROR CLASS: Symbol not found for PublicSystemInfo>)