Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SuspiciousDomainDnsDetails

import type { SuspiciousDomainDnsDetails } from "https://googleapis.deno.dev/v1/threatintelligence:v1beta.ts";

The DNS details of the suspicious domain.

interface SuspiciousDomainDnsDetails {
retrievalTime?: Date;
}

§Properties

§

The DNS records of the suspicious domain.

§
retrievalTime?: Date
[src]

The time the DNS details were retrieved.