DataRequest

data class DataRequest(val requestType: RequestType, val networkInfo: NetworkInfo, val dataBytes: Long, val time: Instant = Instant.now())

Constructors

Link copied to clipboard
constructor(requestType: RequestType, networkInfo: NetworkInfo, dataBytes: Long, time: Instant = Instant.now())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard