Recurring Schedule Response
data class RecurringScheduleResponse(val endTime: String, val frequency: String, val lastExecuteTime: String, val monthly: MonthlyScheduleResponse, val nextExecuteTime: String, val startTime: String, val timeOfDay: TimeOfDayResponse, val timeZone: TimeZoneResponse, val weekly: WeeklyScheduleResponse)
Sets the time for recurring patch deployments.
Constructors
Link copied to clipboard
fun RecurringScheduleResponse(endTime: String, frequency: String, lastExecuteTime: String, monthly: MonthlyScheduleResponse, nextExecuteTime: String, startTime: String, timeOfDay: TimeOfDayResponse, timeZone: TimeZoneResponse, weekly: WeeklyScheduleResponse)