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

GuestUnitType

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

A specific type of unit primarily defined by its features.

interface GuestUnitType {
codes?: string[];
features?: GuestUnitFeatures;
label?: string;
}

§Properties

§
codes?: string[]
[src]

Required. Unit or room code identifiers for a single GuestUnitType. Each code must be unique within a Lodging instance.

§

Features and available amenities of the GuestUnitType.

§
label?: string
[src]

Required. Short, English label or name of the GuestUnitType. Target <50 chars.