Bandwidth Schedule Response
data class BandwidthScheduleResponse(val days: List<String>, val rateInMbps: Int, val start: TimeResponse, val stop: TimeResponse)
The schedule for bandwidth setting.
Constructors
Link copied to clipboard
fun BandwidthScheduleResponse(days: List<String>, rateInMbps: Int, start: TimeResponse, stop: TimeResponse)