# mailslurp.Model.DNSLookupOptions
Options for DNS query.
# Properties
Name | Type | Description | Notes |
---|---|---|---|
Hostname | string | List of record types you wish to query such as MX, DNS, TXT, NS, A etc. | [optional] |
OmitFinalDNSDot | bool | Optionally control whether to omit the final dot in full DNS name values. | [optional] |
RecordTypes | List<string> | List of record types you wish to query such as MX, DNS, TXT, NS, A etc. | [optional] |
[Back to Model list] [Back to API list] [Back to README]