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 {
areaServed?: CustomerProfileCitedString;
brands?: CustomerProfileCitedString;
entityType?: CustomerProfileCitedString;
founded?: CustomerProfileCitedString;
headquarters?: CustomerProfileCitedString;
industry?: CustomerProfileCitedString;
keyPeopleSummary?: CustomerProfileCitedString;
parentCompany?: CustomerProfileCitedString;
primaryWebsite?: CustomerProfileCitedString;
productsSummary?: CustomerProfileCitedString;
servicesSummary?: CustomerProfileCitedString;
title?: CustomerProfileCitedString;
}§Properties
§
areaServed?: CustomerProfileCitedString
[src]Optional. The area the customer serves.
§
brands?: CustomerProfileCitedString
[src]Optional. A narrative summary of brands.
§
entityType?: CustomerProfileCitedString
[src]Optional. The entity type of the customer.
§
founded?: CustomerProfileCitedString
[src]Optional. The date the customer was founded.
§
headquarters?: CustomerProfileCitedString
[src]Optional. The headquarters of the customer.
§
industry?: CustomerProfileCitedString
[src]Optional. The industry the customer is in.
§
keyPeopleSummary?: CustomerProfileCitedString
[src]Optional. A narrative summary of key people.
§
parentCompany?: CustomerProfileCitedString
[src]Optional. The parent company of the customer.
§
primaryWebsite?: CustomerProfileCitedString
[src]Optional. The primary website of the customer.
§
productsSummary?: CustomerProfileCitedString
[src]Optional. A narrative summary of products.
§
servicesSummary?: CustomerProfileCitedString
[src]Optional. A narrative summary of services.
§
title?: CustomerProfileCitedString
[src]Optional. The official name of the customer.