ApiProxy

data class ApiProxy(val needsAuthentication: Boolean, val host: String, val port: Int)

Constructors

Link copied to clipboard
constructor(needsAuthentication: Boolean, host: String, port: Int)

Properties

Link copied to clipboard
val host: String
Link copied to clipboard
val needsAuthentication: Boolean
Link copied to clipboard
val port: Int