# NewEmailTrigger
## Properties
**path** | **String** | |
**script_path** | **String** | |
**local_part** | **String** | |
**workspaced_local_part** | Option<**bool**> | | [optional]
**is_flow** | **bool** | |
**error_handler_path** | Option<**String**> | | [optional]
**error_handler_args** | Option<[**std::collections::HashMap<String, serde_json::Value>**](serde_json::Value.md)> | The arguments to pass to the script or flow | [optional]
**retry** | Option<[**models::Retry**](Retry.md)> | | [optional]
**mode** | Option<[**models::TriggerMode**](TriggerMode.md)> | | [optional]
**permissioned_as** | Option<**String**> | The user or group this trigger runs as. Used during deployment to preserve the original trigger owner. | [optional]
**preserve_permissioned_as** | Option<**bool**> | When true and the caller is a member of the 'wm_deployers' group, preserves the original permissioned_as value instead of overwriting it. | [optional]
**labels** | Option<**Vec<String>**> | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)