BackendProxy

data class BackendProxy(val password: String? = null, val url: String, val username: String)

Constructors

Link copied to clipboard
constructor(password: String? = null, url: String, username: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val password: String? = null

The password to connect to the proxy server.

Link copied to clipboard
val url: String

The URL of the proxy server.

Link copied to clipboard

The username to connect to the proxy server.