The DNSQuestionType specifies the components of a DNS Question, including the domain name queried, type, and class.
| Field Name | Type | Description |
|---|---|---|
| QName0..1 | URIObjectType |
The QName field specifies the domain name being queried. |
| QType0..1 | DNSRecordType |
The QType specifies the type of DNS query performed, in terms of the requested DNS record type. |
| QClass0..1 | StringObjectPropertyType |
The QClass field specifies the class of resource records being requested. |