id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id |
title |
pagination_label |
sidebar_label |
sidebar_class_name |
keywords |
slug |
tags |
| v2025-email-notification-option |
EmailNotificationOption |
EmailNotificationOption |
EmailNotificationOption |
pythonsdk |
| python |
| Python |
| sdk |
| EmailNotificationOption |
| V2025EmailNotificationOption |
|
/tools/sdk/python/v2025/models/email-notification-option |
| SDK |
| Software Development Kit |
| EmailNotificationOption |
| V2025EmailNotificationOption |
|
EmailNotificationOption
This is used for representing email configuration for a lifecycle state
Properties
| Name |
Type |
Description |
Notes |
| notify_managers |
bool |
If true, then the manager is notified of the lifecycle state change. |
[optional] [default to False] |
| notify_all_admins |
bool |
If true, then all the admins are notified of the lifecycle state change. |
[optional] [default to False] |
| notify_specific_users |
bool |
If true, then the users specified in "emailAddressList" below are notified of lifecycle state change. |
[optional] [default to False] |
| email_address_list |
[]str |
List of user email addresses. If "notifySpecificUsers" option is true, then these users are notified of lifecycle state change. |
[optional] |
| } |
|
|
|
Example
[Back to top]