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

Lodging

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

Lodging of a location that provides accomodations.

interface Lodging {
accessibility?: Accessibility;
activities?: Activities;
readonly allUnits?: GuestUnitFeatures;
business?: Business;
commonLivingArea?: LivingArea;
connectivity?: Connectivity;
families?: Families;
foodAndDrink?: FoodAndDrink;
guestUnits?: GuestUnitType[];
healthAndSafety?: HealthAndSafety;
housekeeping?: Housekeeping;
metadata?: LodgingMetadata;
name?: string;
parking?: Parking;
pets?: Pets;
policies?: Policies;
pools?: Pools;
property?: Property;
services?: Services;
readonly someUnits?: GuestUnitFeatures;
sustainability?: Sustainability;
transportation?: Transportation;
wellness?: Wellness;
}

§Properties

§
accessibility?: Accessibility
[src]

Physical adaptations made to the property in consideration of varying levels of human physical ability.

§
activities?: Activities
[src]

Amenities and features related to leisure and play.

§
readonly allUnits?: GuestUnitFeatures
[src]

Output only. All units on the property have at least these attributes.

§
business?: Business
[src]

Features of the property of specific interest to the business traveler.

§
commonLivingArea?: LivingArea
[src]

Features of the shared living areas available in this Lodging.

§
connectivity?: Connectivity
[src]

The ways in which the property provides guests with the ability to access the internet.

§
families?: Families
[src]

Services and amenities for families and young guests.

§
foodAndDrink?: FoodAndDrink
[src]

Meals, snacks, and beverages available at the property.

§
guestUnits?: GuestUnitType[]
[src]

Individual GuestUnitTypes that are available in this Lodging.

§
healthAndSafety?: HealthAndSafety
[src]

Health and safety measures implemented by the hotel during COVID-19.

§
housekeeping?: Housekeeping
[src]

Conveniences provided in guest units to facilitate an easier, more comfortable stay.

§

Required. Metadata for the lodging.

§
name?: string
[src]

Required. Google identifier for this location in the form: locations/{location_id}/lodging

§
parking?: Parking
[src]

Parking options at the property.

§
pets?: Pets
[src]

Policies regarding guest-owned animals.

§
policies?: Policies
[src]

Property rules that impact guests.

§
pools?: Pools
[src]

Swimming pool or recreational water facilities available at the hotel.

§
property?: Property
[src]

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

§
services?: Services
[src]

Conveniences or help provided by the property to facilitate an easier, more comfortable stay.

§
readonly someUnits?: GuestUnitFeatures
[src]

Output only. Some units on the property have as much as these attributes.

§
sustainability?: Sustainability
[src]

Sustainability practices implemented at the hotel.

§
transportation?: Transportation
[src]

Vehicles or vehicular services facilitated or owned by the property.

§
wellness?: Wellness
[src]

Guest facilities at the property to promote or maintain health, beauty, and fitness.