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

CustomerProfileProduct

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

Product information for the customer profile.

interface CustomerProfileProduct {
brand?: string;
citationIds?: string[];
product?: string;
}

§Properties

§
brand?: string
[src]

Required. The brand of the product.

§
citationIds?: string[]
[src]

Optional. The citation ids for the product.

§
product?: string
[src]

Required. The name of the product.