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

Accessibility

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

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

interface Accessibility {
mobilityAccessible?: boolean;
mobilityAccessibleElevator?: boolean;
mobilityAccessibleElevatorException?:
| "EXCEPTION_UNSPECIFIED"
| "UNDER_CONSTRUCTION"
| "DEPENDENT_ON_SEASON"
| "DEPENDENT_ON_DAY_OF_WEEK";
mobilityAccessibleException?:
| "EXCEPTION_UNSPECIFIED"
| "UNDER_CONSTRUCTION"
| "DEPENDENT_ON_SEASON"
| "DEPENDENT_ON_DAY_OF_WEEK";
mobilityAccessibleParking?: boolean;
mobilityAccessibleParkingException?:
| "EXCEPTION_UNSPECIFIED"
| "UNDER_CONSTRUCTION"
| "DEPENDENT_ON_SEASON"
| "DEPENDENT_ON_DAY_OF_WEEK";
mobilityAccessiblePool?: boolean;
mobilityAccessiblePoolException?:
| "EXCEPTION_UNSPECIFIED"
| "UNDER_CONSTRUCTION"
| "DEPENDENT_ON_SEASON"
| "DEPENDENT_ON_DAY_OF_WEEK";
}

§Properties

§
mobilityAccessible?: boolean
[src]

Mobility accessible. Throughout the property there are physical adaptations to ease the stay of a person in a wheelchair, such as auto-opening doors, wide elevators, wide bathrooms or ramps.

§
mobilityAccessibleElevator?: boolean
[src]

Mobility accessible elevator. A lift that transports people from one level to another and is built to accommodate a wheelchair-using passenger owing to the width of its doors and placement of call buttons.

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

Mobility accessible elevator exception.

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

Mobility accessible exception.

§
mobilityAccessibleParking?: boolean
[src]

Mobility accessible parking. The presence of a marked, designated area of prescribed size in which only registered, labeled vehicles transporting a person with physical challenges may park.

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

Mobility accessible parking exception.

§
mobilityAccessiblePool?: boolean
[src]

Mobility accessible pool. A swimming pool equipped with a mechanical chair that can be lowered and raised for the purpose of moving physically challenged guests into and out of the pool. May be powered by electricity or water. Also known as pool lift.

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

Mobility accessible pool exception.