Show / Hide Table of Contents

Class Accessibility

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

Inheritance
object
Accessibility
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.MyBusinessLodging.v1.Data
Assembly: Google.Apis.MyBusinessLodging.v1.dll
Syntax
public class Accessibility : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MobilityAccessible

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.

Declaration
[JsonProperty("mobilityAccessible")]
public virtual bool? MobilityAccessible { get; set; }
Property Value
Type Description
bool?

MobilityAccessibleElevator

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.

Declaration
[JsonProperty("mobilityAccessibleElevator")]
public virtual bool? MobilityAccessibleElevator { get; set; }
Property Value
Type Description
bool?

MobilityAccessibleElevatorException

Mobility accessible elevator exception.

Declaration
[JsonProperty("mobilityAccessibleElevatorException")]
public virtual string MobilityAccessibleElevatorException { get; set; }
Property Value
Type Description
string

MobilityAccessibleException

Mobility accessible exception.

Declaration
[JsonProperty("mobilityAccessibleException")]
public virtual string MobilityAccessibleException { get; set; }
Property Value
Type Description
string

MobilityAccessibleParking

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.

Declaration
[JsonProperty("mobilityAccessibleParking")]
public virtual bool? MobilityAccessibleParking { get; set; }
Property Value
Type Description
bool?

MobilityAccessibleParkingException

Mobility accessible parking exception.

Declaration
[JsonProperty("mobilityAccessibleParkingException")]
public virtual string MobilityAccessibleParkingException { get; set; }
Property Value
Type Description
string

MobilityAccessiblePool

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.

Declaration
[JsonProperty("mobilityAccessiblePool")]
public virtual bool? MobilityAccessiblePool { get; set; }
Property Value
Type Description
bool?

MobilityAccessiblePoolException

Mobility accessible pool exception.

Declaration
[JsonProperty("mobilityAccessiblePoolException")]
public virtual string MobilityAccessiblePoolException { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX