NotificationSettings Class

Notification settings for a schedule.

Constructor

NotificationSettings(*, status: str | _models.EnableStatus | None = None, time_in_minutes: int | None = None, webhook_url: str | None = None, email_recipient: str | None = None, notification_locale: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
status

If notifications are enabled for this schedule (i.e. Enabled, Disabled). Known values are: "Enabled" and "Disabled".

Default value: None
time_in_minutes
int

Time in minutes before event at which notification will be sent.

Default value: None
webhook_url
str

The webhook URL to which the notification will be sent.

Default value: None
email_recipient
str

The email recipient to send notifications to (can be a list of semi-colon separated email addresses).

Default value: None
notification_locale
str

The locale to use when sending a notification (fallback for unsupported languages is EN).

Default value: None

Variables

Name Description
status

If notifications are enabled for this schedule (i.e. Enabled, Disabled). Known values are: "Enabled" and "Disabled".

time_in_minutes
int

Time in minutes before event at which notification will be sent.

webhook_url
str

The webhook URL to which the notification will be sent.

email_recipient
str

The email recipient to send notifications to (can be a list of semi-colon separated email addresses).

notification_locale
str

The locale to use when sending a notification (fallback for unsupported languages is EN).