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