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

SuspiciousDomainDnsRecord

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

The DNS record of the suspicious domain.

interface SuspiciousDomainDnsRecord {
record?: string;
ttl?: number;
type?: string;
value?: string;
}

§Properties

§
record?: string
[src]

The name of the DNS record.

§
ttl?: number
[src]

The TTL of the DNS record.

§
type?: string
[src]

The type of the DNS record.

§
value?: string
[src]

The value of the DNS record.