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

MoreHoursType

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

More hours types that a business can offers, in addition to its regular hours.

interface MoreHoursType {
readonly displayName?: string;
readonly hoursTypeId?: string;
readonly localizedDisplayName?: string;
}

§Properties

§
readonly displayName?: string
[src]

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

§
readonly hoursTypeId?: string
[src]

Output only. A stable ID provided by Google for this hours type.

§
readonly localizedDisplayName?: string
[src]

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