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

CustomerProfileIndustry

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

Industry information for the customer profile.

interface CustomerProfileIndustry {
citationIds?: string[];
industry?: string;
}

§Properties

§
citationIds?: string[]
[src]

Optional. The citation ids for the industry.

§
industry?: string
[src]

Required. The name of the industry.