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

StructuredServiceItem

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

Represents a structured service offered by the merchant. For eg: toilet_installation.

interface StructuredServiceItem {
description?: string;
serviceTypeId?: string;
}

§Properties

§
description?: string
[src]

Optional. Description of structured service item. The character limit is 300.

§
serviceTypeId?: string
[src]

Required. The service_type_id field is a Google provided unique ID that can be found in ServiceType. This information is provided by BatchGetCategories rpc service.