ProxyUrlConfigurationResponse

data class ProxyUrlConfigurationResponse(val proxyUrl: String? = null)

ProxyUrl configuration of cache node

Constructors

Link copied to clipboard
constructor(proxyUrl: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val proxyUrl: String? = null

Host Proxy Address configuration along with port number. This can be a proxy or ip address. ex: xx.xx.xx.xxxx:80 or host name http://exampleproxy.com:80