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

CustomerProfilePerson

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

Person information for the customer profile.

interface CustomerProfilePerson {
citationIds?: string[];
name?: string;
title?: string;
}

§Properties

§
citationIds?: string[]
[src]

Optional. The citation ids for the person.

§
name?: string
[src]

Required. The name of the person.

§
title?: string
[src]

Optional. The title of the person.