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

Categories

import type { Categories } from "https://googleapis.deno.dev/v1/mybusinessbusinessinformation:v1.ts";

A collection of categories that describes the business. During updates, both fields must be set. Clients are prohibited from individually updating the primary or additional categories using the update mask.

interface Categories {
additionalCategories?: Category[];
primaryCategory?: Category;
}

§Properties

§
additionalCategories?: Category[]
[src]

Optional. Additional categories to describe your business. Categories help your customers find accurate, specific results for services they're interested in. To keep your business information accurate and live, make sure that you use as few categories as possible to describe your overall core business. Choose categories that are as specific as possible, but representative of your main business.

§
primaryCategory?: Category
[src]

Required. Category that best describes the core business this location engages in.