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

CustomerProfileLocation

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

Location information for the customer profile.

interface CustomerProfileLocation {
address?: string;
brand?: string;
citationIds?: string[];
facilityType?: string;
}

§Properties

§
address?: string
[src]

Required. The address of the location.

§
brand?: string
[src]

Required. The brand of the location.

§
citationIds?: string[]
[src]

Optional. The citation ids for the location.

§
facilityType?: string
[src]

Optional. The type of location.