LinkBandwidth

data class LinkBandwidth(val downloadSpeed: Int? = null, val uploadSpeed: Int? = null)

Constructors

Link copied to clipboard
constructor(downloadSpeed: Int? = null, uploadSpeed: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val downloadSpeed: Int? = null

Download speed in Mbps.

Link copied to clipboard
val uploadSpeed: Int? = null

Upload speed in Mbps.