View Source GoogleApi.MyBusinessLodging.V1.Model.Accessibility (google_api_my_business_lodging v0.5.0)
Physical adaptations made to the property in consideration of varying levels of human physical ability.
Attributes
-
mobilityAccessible
(type:boolean()
, default:nil
) - 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
(type:boolean()
, default:nil
) - 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
(type:String.t
, default:nil
) - Mobility accessible elevator exception. -
mobilityAccessibleException
(type:String.t
, default:nil
) - Mobility accessible exception. -
mobilityAccessibleParking
(type:boolean()
, default:nil
) - 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
(type:String.t
, default:nil
) - Mobility accessible parking exception. -
mobilityAccessiblePool
(type:boolean()
, default:nil
) - 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
(type:String.t
, default:nil
) - Mobility accessible pool exception.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.MyBusinessLodging.V1.Model.Accessibility{ mobilityAccessible: boolean() | nil, mobilityAccessibleElevator: boolean() | nil, mobilityAccessibleElevatorException: String.t() | nil, mobilityAccessibleException: String.t() | nil, mobilityAccessibleParking: boolean() | nil, mobilityAccessibleParkingException: String.t() | nil, mobilityAccessiblePool: boolean() | nil, mobilityAccessiblePoolException: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.