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

CustomerProfileSummary

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

A summarized version of the customer profile. Generated by the backend.

interface CustomerProfileSummary {
keyPeopleSummary?: CustomerProfileCitedString;
primaryWebsite?: CustomerProfileCitedString;
productsSummary?: CustomerProfileCitedString;
servicesSummary?: CustomerProfileCitedString;
}

§Properties

§

Optional. The area the customer serves.

§

Optional. A narrative summary of brands.

§

Optional. The entity type of the customer.

§

Optional. The date the customer was founded.

§

Optional. The headquarters of the customer.

§

Optional. The industry the customer is in.

§

Optional. A narrative summary of key people.

§

Optional. The parent company of the customer.

§

Optional. The primary website of the customer.

§

Optional. A narrative summary of products.

§

Optional. A narrative summary of services.

§

Optional. The official name of the customer.