SimpleSchedulePolicyResponse

data class SimpleSchedulePolicyResponse(val hourlySchedule: HourlyScheduleResponse? = null, val schedulePolicyType: String, val scheduleRunDays: List<String>? = null, val scheduleRunFrequency: String? = null, val scheduleRunTimes: List<String>? = null, val scheduleWeeklyFrequency: Int? = null)

Simple policy schedule.

Constructors

Link copied to clipboard
constructor(hourlySchedule: HourlyScheduleResponse? = null, schedulePolicyType: String, scheduleRunDays: List<String>? = null, scheduleRunFrequency: String? = null, scheduleRunTimes: List<String>? = null, scheduleWeeklyFrequency: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Hourly Schedule of this Policy

Link copied to clipboard

This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. Expected value is 'SimpleSchedulePolicy'.

Link copied to clipboard

List of days of week this schedule has to be run.

Link copied to clipboard

Frequency of the schedule operation of this policy.

Link copied to clipboard

List of times of day this schedule has to be run.

Link copied to clipboard

At every number weeks this schedule has to be run.