clerk-rs 0.4.2

The official community Rust SDK for the Clerk API
Documentation
# Email

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**object** | **String** |  | 
**id** | **String** |  | 
**slug** | Option<**String**> |  | [optional]
**from_email_name** | **String** |  | 
**email_address_id** | Option<**String**> |  | 
**to_email_address** | **String** |  | 
**user_id** | Option<**String**> |  | [optional]
**subject** | **String** |  | 
**body** | **String** |  | 
**body_plain** | Option<**String**> |  | [optional]
**status** | **String** |  | 
**data** | Option<[**serde_json::Value**].md> |  | [optional]
**delivered_by_clerk** | **bool** |  | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)