tb_ce_client.models.AlarmAssignmentRecipientsConfig
Extends: NotificationRuleRecipientsConfig
| Name | Type | Description | Notes |
|---|---|---|---|
| targets | List[UUID] |
| Name | Type | Description | Notes |
|---|---|---|---|
| trigger_type | NotificationRuleTriggerType | [optional] |
ENTITY_ACTION | ALARM | ALARM_COMMENT | ALARM_ASSIGNMENT | DEVICE_ACTIVITY | RULE_ENGINE_COMPONENT_LIFECYCLE_EVENT | EDGE_CONNECTION | EDGE_COMMUNICATION_FAILURE | NEW_PLATFORM_VERSION | ENTITIES_LIMIT | … (14 values total)
- Package:
tb_ce_client.models - Attribute access:
obj.targets,obj.name, etc. - Serialize:
obj.model_dump()orobj.model_dump(by_alias=True)for camelCase JSON - Deserialize:
AlarmAssignmentRecipientsConfig.model_validate(data)orAlarmAssignmentRecipientsConfig.model_validate_json(json_str) - None fields: Optional attributes default to
None; accessing them never raises exceptions