| Name | Type | Description | Notes |
|---|---|---|---|
| addressType | AddressTypeEnum | This is used to specify the type of the address. V4 - The address provided is an IPv4 domain name/IP address, the Type in query or response will be A V6 - The address provided is an IPv6 domain name/IP address, the Type in query or response will be AAAA | [optional] |
| messageType | MessageTypeEnum | Specifies the message type whether it is a query or a response. | [optional] |
| address | String | This is used to define what is being asked or responded. | [optional] |
| Name | Value |
|---|---|
| V4 | "V4" |
| V6 | "V6" |
| Name | Value |
|---|---|
| QUERY | "QUERY" |
| RESPONSE | "RESPONSE" |