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
constructor(endTime: String, frequency: String, lastExecuteTime: String, monthly: MonthlyScheduleResponse, nextExecuteTime: String, startTime: String, timeOfDay: TimeOfDayResponse, timeZone: TimeZoneResponse, weekly: WeeklyScheduleResponse)
Properties
Link copied to clipboard
The time the last patch job ran successfully.
Link copied to clipboard
Schedule with monthly executions.
Link copied to clipboard
The time the next patch job is scheduled to run.
Link copied to clipboard
Time of the day to run a recurring deployment.
Link copied to clipboard
Defines the time zone that time_of_day
is relative to. The rules for daylight saving time are determined by the chosen time zone.
Link copied to clipboard
Schedule with weekly executions.