fusionauth-rust-client 2.6.0

This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls.
Documentation
# ApplicationEmailConfiguration

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**email_update_email_template_id** | Option<[**uuid::Uuid**]uuid::Uuid.md> |  | [optional]
**email_verification_email_template_id** | Option<[**uuid::Uuid**]uuid::Uuid.md> |  | [optional]
**email_verified_email_template_id** | Option<[**uuid::Uuid**]uuid::Uuid.md> |  | [optional]
**forgot_password_email_template_id** | Option<[**uuid::Uuid**]uuid::Uuid.md> |  | [optional]
**login_id_in_use_on_create_email_template_id** | Option<[**uuid::Uuid**]uuid::Uuid.md> |  | [optional]
**login_id_in_use_on_update_email_template_id** | Option<[**uuid::Uuid**]uuid::Uuid.md> |  | [optional]
**login_new_device_email_template_id** | Option<[**uuid::Uuid**]uuid::Uuid.md> |  | [optional]
**login_suspicious_email_template_id** | Option<[**uuid::Uuid**]uuid::Uuid.md> |  | [optional]
**password_reset_success_email_template_id** | Option<[**uuid::Uuid**]uuid::Uuid.md> |  | [optional]
**password_update_email_template_id** | Option<[**uuid::Uuid**]uuid::Uuid.md> |  | [optional]
**passwordless_email_template_id** | Option<[**uuid::Uuid**]uuid::Uuid.md> |  | [optional]
**set_password_email_template_id** | Option<[**uuid::Uuid**]uuid::Uuid.md> |  | [optional]
**two_factor_method_add_email_template_id** | Option<[**uuid::Uuid**]uuid::Uuid.md> |  | [optional]
**two_factor_method_remove_email_template_id** | Option<[**uuid::Uuid**]uuid::Uuid.md> |  | [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)