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

Property

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

General factual information about the property's physical structure and important dates.

interface Property {
builtYear?: number;
builtYearException?:
| "EXCEPTION_UNSPECIFIED"
| "UNDER_CONSTRUCTION"
| "DEPENDENT_ON_SEASON"
| "DEPENDENT_ON_DAY_OF_WEEK";
floorsCount?: number;
floorsCountException?:
| "EXCEPTION_UNSPECIFIED"
| "UNDER_CONSTRUCTION"
| "DEPENDENT_ON_SEASON"
| "DEPENDENT_ON_DAY_OF_WEEK";
lastRenovatedYear?: number;
lastRenovatedYearException?:
| "EXCEPTION_UNSPECIFIED"
| "UNDER_CONSTRUCTION"
| "DEPENDENT_ON_SEASON"
| "DEPENDENT_ON_DAY_OF_WEEK";
roomsCount?: number;
roomsCountException?:
| "EXCEPTION_UNSPECIFIED"
| "UNDER_CONSTRUCTION"
| "DEPENDENT_ON_SEASON"
| "DEPENDENT_ON_DAY_OF_WEEK";
}

§Properties

§
builtYear?: number
[src]

Built year. The year that construction of the property was completed.

§
builtYearException?: "EXCEPTION_UNSPECIFIED" | "UNDER_CONSTRUCTION" | "DEPENDENT_ON_SEASON" | "DEPENDENT_ON_DAY_OF_WEEK"
[src]

Built year exception.

§
floorsCount?: number
[src]

Floors count. The number of stories the building has from the ground floor to the top floor that are accessible to guests.

§
floorsCountException?: "EXCEPTION_UNSPECIFIED" | "UNDER_CONSTRUCTION" | "DEPENDENT_ON_SEASON" | "DEPENDENT_ON_DAY_OF_WEEK"
[src]

Floors count exception.

§
lastRenovatedYear?: number
[src]

Last renovated year. The year when the most recent renovation of the property was completed. Renovation may include all or any combination of the following: the units, the public spaces, the exterior, or the interior.

§
lastRenovatedYearException?: "EXCEPTION_UNSPECIFIED" | "UNDER_CONSTRUCTION" | "DEPENDENT_ON_SEASON" | "DEPENDENT_ON_DAY_OF_WEEK"
[src]

Last renovated year exception.

§
roomsCount?: number
[src]

Rooms count. The total number of rooms and suites bookable by guests for an overnight stay. Does not include event space, public spaces, conference rooms, fitness rooms, business centers, spa, salon, restaurants/bars, or shops.

§
roomsCountException?: "EXCEPTION_UNSPECIFIED" | "UNDER_CONSTRUCTION" | "DEPENDENT_ON_SEASON" | "DEPENDENT_ON_DAY_OF_WEEK"
[src]

Rooms count exception.