XYO Platform SDK - v3.10.6
    Preparing search index...

    Interface GoogleDnsResult

    interface GoogleDnsResult {
        AD?: boolean;
        Answer?: GoogleDnsResultAnswer[];
        Authority?: GoogleDnsResultAnswer[];
        CD?: boolean;
        Comment?: string;
        edns_client_subnet?: string;
        Question?: GoogleDnsResultQuestion[];
        RA?: boolean;
        RD?: boolean;
        Status?: number;
        TC?: boolean;
    }
    Index

    Properties

    AD?: boolean
    Authority?: GoogleDnsResultAnswer[]
    CD?: boolean
    Comment?: string
    edns_client_subnet?: string
    RA?: boolean
    RD?: boolean
    Status?: number
    TC?: boolean