# CreateSenderModel ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **i64** | ID of the Sender created | **spf_error** | Option<**bool**> | Status of SPF configuration for the sender (true = SPF not well configured, false = SPF well configured) | [optional] **dkim_error** | Option<**bool**> | Status of DKIM configuration for the sender (true = DKIM not well configured, false = DKIM well configured) | [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)