SplitTunnelTunnel

data class SplitTunnelTunnel(val address: String? = null, val description: String? = null, val host: String? = null)

Constructors

Link copied to clipboard
constructor(address: String? = null, description: String? = null, host: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val address: String? = null

The address for the tunnel.

Link copied to clipboard
val description: String? = null

A description for the tunnel.

Link copied to clipboard
val host: String? = null

The domain name for the tunnel.