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

PlaceActionTypeMetadata

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

Metadata for supported place action types.

interface PlaceActionTypeMetadata {
displayName?: string;
placeActionType?:
| "PLACE_ACTION_TYPE_UNSPECIFIED"
| "APPOINTMENT"
| "ONLINE_APPOINTMENT"
| "DINING_RESERVATION"
| "FOOD_ORDERING"
| "FOOD_DELIVERY"
| "FOOD_TAKEOUT"
| "SHOP_ONLINE";
}

§Properties

§
displayName?: string
[src]

The localized display name for the attribute, if available; otherwise, the English display name.

§
placeActionType?: "PLACE_ACTION_TYPE_UNSPECIFIED" | "APPOINTMENT" | "ONLINE_APPOINTMENT" | "DINING_RESERVATION" | "FOOD_ORDERING" | "FOOD_DELIVERY" | "FOOD_TAKEOUT" | "SHOP_ONLINE"
[src]

The place action type.