Class: SchedulePatch
Represents a SchedulePatch.
Properties
backfillRequest
• backfillRequest: $Properties[]
If set, runs though the specified time period(s) and takes actions as if that time passed by right now, all at once. The overlap policy can be overridden for the scope of the backfill.
pause
• pause: string
If set, change the state to paused or unpaused (respectively) and set the notes field to the value of the string.
triggerImmediately
• Optional triggerImmediately: null | $Properties
If set, trigger one action immediately.
unpause
• unpause: string
SchedulePatch unpause.
Methods
toJSON
▸ toJSON(): Object
Converts this SchedulePatch to JSON.
Returns
Object
JSON object
create
▸ create(properties?): SchedulePatch & $Properties
Creates a new SchedulePatch instance using the specified properties.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | $Properties | Properties to set |
Returns
SchedulePatch instance