UploadLimitScheduleResponse

data class UploadLimitScheduleResponse(val weeklyRecurrences: List<UploadLimitWeeklyRecurrenceResponse>? = null)

The WAN-link upload limit schedule. Overlapping recurrences are not allowed.

Constructors

Link copied to clipboard
constructor(weeklyRecurrences: List<UploadLimitWeeklyRecurrenceResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The set of weekly repeating recurrences of the WAN-link upload limit schedule.