| Name | Type | Description | Notes |
|---|---|---|---|
| dnsServer | String | Dns server ip address and port, format is "ip address#port". | |
| rawAnswer | String | It can be NXDOMAIN or error message which is not consisted of authoritative_answer or non_authoritative_answer. | [optional] |
| nonAuthoritativeAnswers | List<DnsQueryAnswer> | Non-authotitative answers of the query. This is a deprecated property, please use 'answers' instead. | [optional] |
| sourceIp | String | The source ip used in this lookup. | |
| edgeNodeId | String | ID of the edge node that performed the query. | |
| authoritativeAnswers | List<DnsQueryAnswer> | Authotitative answers of the query. This is a deprecated property, please use 'answers' instead. | [optional] |
| answers | List<DnsQueryAnswer> | The answers of the query. | [optional] |