Show / Hide Table of Contents

Class Parking

Parking options at the property.

Inheritance
object
Parking
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 Parking : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

ElectricCarChargingStations

Electric car charging stations. Electric power stations, usually located outdoors, into which guests plug their electric cars to receive a charge.

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

ElectricCarChargingStationsException

Electric car charging stations exception.

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

FreeParking

Free parking. The hotel allows the cars of guests to be parked for free. Parking facility may be an outdoor lot or an indoor garage, but must be onsite. Nearby parking does not apply. Parking may be performed by the guest or by hotel staff. Free parking must be available to all guests (limited conditions does not apply).

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

FreeParkingException

Free parking exception.

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

FreeSelfParking

Free self parking. Guests park their own cars for free. Parking facility may be an outdoor lot or an indoor garage, but must be onsite. Nearby parking does not apply.

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

FreeSelfParkingException

Free self parking exception.

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

FreeValetParking

Free valet parking. Hotel staff member parks the cars of guests. Parking with this service is free.

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

FreeValetParkingException

Free valet parking exception.

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

ParkingAvailable

Parking available. The hotel allows the cars of guests to be parked. Can be free or for a fee. Parking facility may be an outdoor lot or an indoor garage, but must be onsite. Nearby parking does not apply. Parking may be performed by the guest or by hotel staff.

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

ParkingAvailableException

Parking available exception.

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

SelfParkingAvailable

Self parking available. Guests park their own cars. Parking facility may be an outdoor lot or an indoor garage, but must be onsite. Nearby parking does not apply. Can be free or for a fee.

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

SelfParkingAvailableException

Self parking available exception.

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

ValetParkingAvailable

Valet parking available. Hotel staff member parks the cars of guests. Parking with this service can be free or for a fee.

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

ValetParkingAvailableException

Valet parking available exception.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX