Class Transportation
Vehicles or vehicular services facilitated or owned by the property.
Implements
Inherited Members
Namespace: Google.Apis.MyBusinessLodging.v1.Data
Assembly: Google.Apis.MyBusinessLodging.v1.dll
Syntax
public class Transportation : IDirectResponseSchema
Properties
AirportShuttle
Airport shuttle. The hotel provides guests with a chauffeured van or bus to and from the airport. Can be free or for a fee. Guests may share the vehicle with other guests unknown to them. Applies if the hotel has a third-party shuttle service (office/desk etc.) within the hotel. As long as hotel provides this service, it doesn't matter if it's directly with them or a third party they work with. Does not apply if guest has to coordinate with an entity outside/other than the hotel.
Declaration
[JsonProperty("airportShuttle")]
public virtual bool? AirportShuttle { get; set; }
Property Value
Type | Description |
---|---|
bool? |
AirportShuttleException
Airport shuttle exception.
Declaration
[JsonProperty("airportShuttleException")]
public virtual string AirportShuttleException { get; set; }
Property Value
Type | Description |
---|---|
string |
CarRentalOnProperty
Car rental on property. A branch of a rental car company with a processing desk in the hotel. Available cars for rent may be awaiting at the hotel or in a nearby lot.
Declaration
[JsonProperty("carRentalOnProperty")]
public virtual bool? CarRentalOnProperty { get; set; }
Property Value
Type | Description |
---|---|
bool? |
CarRentalOnPropertyException
Car rental on property exception.
Declaration
[JsonProperty("carRentalOnPropertyException")]
public virtual string CarRentalOnPropertyException { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FreeAirportShuttle
Free airport shuttle. Airport shuttle is free to guests. Must be free to all guests without any conditions.
Declaration
[JsonProperty("freeAirportShuttle")]
public virtual bool? FreeAirportShuttle { get; set; }
Property Value
Type | Description |
---|---|
bool? |
FreeAirportShuttleException
Free airport shuttle exception.
Declaration
[JsonProperty("freeAirportShuttleException")]
public virtual string FreeAirportShuttleException { get; set; }
Property Value
Type | Description |
---|---|
string |
FreePrivateCarService
Free private car service. Private chauffeured car service is free to guests.
Declaration
[JsonProperty("freePrivateCarService")]
public virtual bool? FreePrivateCarService { get; set; }
Property Value
Type | Description |
---|---|
bool? |
FreePrivateCarServiceException
Free private car service exception.
Declaration
[JsonProperty("freePrivateCarServiceException")]
public virtual string FreePrivateCarServiceException { get; set; }
Property Value
Type | Description |
---|---|
string |
LocalShuttle
Local shuttle. A car, van or bus provided by the hotel to transport guests to destinations within a specified range of distance around the hotel. Usually shopping and/or convention centers, downtown districts, or beaches. Can be free or for a fee.
Declaration
[JsonProperty("localShuttle")]
public virtual bool? LocalShuttle { get; set; }
Property Value
Type | Description |
---|---|
bool? |
LocalShuttleException
Local shuttle exception.
Declaration
[JsonProperty("localShuttleException")]
public virtual string LocalShuttleException { get; set; }
Property Value
Type | Description |
---|---|
string |
PrivateCarService
Private car service. Hotel provides a private chauffeured car to transport guests to destinations. Passengers in the car are either alone or are known to one another and have requested the car together. Service can be free or for a fee and travel distance is usually limited to a specific range. Not a taxi.
Declaration
[JsonProperty("privateCarService")]
public virtual bool? PrivateCarService { get; set; }
Property Value
Type | Description |
---|---|
bool? |
PrivateCarServiceException
Private car service exception.
Declaration
[JsonProperty("privateCarServiceException")]
public virtual string PrivateCarServiceException { get; set; }
Property Value
Type | Description |
---|---|
string |
Transfer
Transfer. Hotel provides a shuttle service or car service to take guests to and from the nearest airport or train station. Can be free or for a fee. Guests may share the vehicle with other guests unknown to them.
Declaration
[JsonProperty("transfer")]
public virtual bool? Transfer { get; set; }
Property Value
Type | Description |
---|---|
bool? |
TransferException
Transfer exception.
Declaration
[JsonProperty("transferException")]
public virtual string TransferException { get; set; }
Property Value
Type | Description |
---|---|
string |