Variable Question.qclass

A two octet code that specifies the class of the query. For example, the QCLASS field is IN for the Internet.

struct Question
{
  // ...
  QCLASS qclass ;
  // ...
}