edgeport - v1.0.6
    Preparing search index...

    Interface Question

    One entry in the question section: the name asked about, its TYPE, and its CLASS.

    interface Question {
        class: number;
        name: string;
        type: number;
    }
    Index
    class: number

    The query CLASS (almost always RecordClass.IN).

    name: string

    The queried domain name (dot-separated, without a trailing dot).

    type: number

    The query TYPE.