| Name | Type | Description | Notes |
|---|---|---|---|
| _id | String | ||
| tenant_id | String | ||
| email_template_id | String | ||
| display_name | String | ||
| created_at | String | ||
| updated_at | Option<String> | ||
| updated_by_user_id | Option<String> | ||
| domain | Option<String> | [optional] | |
| ejs | String | ||
| translation_overrides_by_locale | std::collections::HashMap<String, std::collections::HashMap<String, String>> | Construct a type with a set of properties K of type T | |
| test_data | Option<serde_json::Value> |