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

Category

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

A category describing what this business is (not what it does). For a list of valid category IDs, and the mappings to their human-readable names, see categories.list.

interface Category {
readonly displayName?: string;
readonly moreHoursTypes?: MoreHoursType[];
name?: string;
readonly serviceTypes?: ServiceType[];
}

§Properties

§
readonly displayName?: string
[src]

Output only. The human-readable name of the category. This is set when reading the location. When modifying the location, category_id must be set.

§
readonly moreHoursTypes?: MoreHoursType[]
[src]

Output only. More hours types that are available for this business category.

§
name?: string
[src]

Required. A stable ID (provided by Google) for this category. The value must be specified when modifying the category (when creating or updating a location).

§
readonly serviceTypes?: ServiceType[]
[src]

Output only. A list of all the service types that are available for this business category.