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

ServiceType

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

A message describing a service type that the business offers.

interface ServiceType {
readonly displayName?: string;
readonly serviceTypeId?: string;
}

§Properties

§
readonly displayName?: string
[src]

Output only. The human-readable display name for the service type.

§
readonly serviceTypeId?: string
[src]

Output only. A stable ID (provided by Google) for this service type.