Class MonitorOptionsCustomScheduleRecurrence

Configuration for a recurrence set on the monitor options for custom schedule.

Hierarchy

  • MonitorOptionsCustomScheduleRecurrence

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
rrule?: string

Defines the recurrence rule (RRULE) for a given schedule.

start?: string

Defines the start date and time of the recurring schedule.

timezone?: string

Defines the timezone the schedule runs on.

Generated using TypeDoc