VpnLinkProviderPropertiesResponse

data class VpnLinkProviderPropertiesResponse(val linkProviderName: String? = null, val linkSpeedInMbps: Int? = null)

List of properties of a link provider.

Constructors

Link copied to clipboard
constructor(linkProviderName: String? = null, linkSpeedInMbps: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the link provider.

Link copied to clipboard
val linkSpeedInMbps: Int? = null

Link speed.