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

FreeFormServiceItem

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

Represents a free-form service offered by the merchant. These are services that are not exposed as part of our structure service data. The merchant manually enters the names for of such services via a geomerchant surface.

interface FreeFormServiceItem {
category?: string;
label?: Label;
}

§Properties

§
category?: string
[src]

Required. This field represents the category name (i.e. the category's stable ID). The category and service_type_id should match the possible combinations provided in the Category message.

§
label?: Label
[src]

Required. Language-tagged labels for the item. We recommend that item names be 140 characters or less, and descriptions 250 characters or less. This field should only be set if the input is a custom service item. Standardized service types should be updated via service_type_id.