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

CustomerProfileCitation

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

Citation information for the customer profile.

interface CustomerProfileCitation {
citationId?: string;
document?: string;
retrievalTime?: Date;
source?: string;
uri?: string;
}

§Properties

§
citationId?: string
[src]

Required. The citation id for the citation. Should be unique within the profile.

§
document?: string
[src]

Required. The name of the document the citation is from.

§
retrievalTime?: Date
[src]

The time the citation was retrieved.

§
source?: string
[src]

Required. The source of the citation.

§
uri?: string
[src]

Optional. The url of the citation.