Notification configuration attached to a schedule.

Included when available. If the notification rule cannot be retrieved, this field is omitted and the schedule is still returned. If the notification rule is retrieved but its handles cannot be resolved, it is still included with an empty handles array.

Hierarchy

  • FleetScheduleV2NotificationRule

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
handles?: string[]

Notification handles (for example, Slack channels or PagerDuty integrations).

tags?: string[]

Tags associated with the notification rule.

Generated using TypeDoc