BandwidthScheduleResponse

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
constructor(days: List<String>, rateInMbps: Int, start: TimeResponse, stop: TimeResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The days of the week when this schedule is applicable.

Link copied to clipboard

The rate in Mbps.

Link copied to clipboard

The start time of the schedule.

Link copied to clipboard

The stop time of the schedule.