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;
}