mailslurp 11.3.0

Official MailSlurp Email API Client
Documentation
# DomainDto

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**created_at** | **String** |  | 
**dkim_tokens** | Option<**Vec<String>**> | Unique token DKIM tokens | [optional]
**domain** | Option<**String**> | Custom domain name | [optional]
**domain_name_records** | Option<[**Vec<crate::models::DomainNameRecord>**]DomainNameRecord.md> | List of DNS domain name records (C, MX, TXT) etc that you must add to the DNS server associated with your domain provider. | [optional]
**id** | **String** |  | 
**is_verified** | Option<**bool**> | Whether domain has been verified or not. If the domain is not verified after 72 hours there is most likely an issue with the domains DNS records. | [optional]
**updated_at** | **String** |  | 
**user_id** | **String** |  | 
**verification_token** | Option<**String**> | Verification tokens | [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)