GetLinkBandwidth

data class GetLinkBandwidth(val downloadSpeed: Int, val uploadSpeed: Int)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Download speed in Mbps.

Link copied to clipboard

Upload speed in Mbps.