Show / Hide Table of Contents

Class Services

Conveniences or help provided by the property to facilitate an easier, more comfortable stay.

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

Properties

BaggageStorage

Baggage storage. A provision for guests to leave their bags at the hotel when they arrive for their stay before the official check-in time. May or may not apply for guests who wish to leave their bags after check-out and before departing the locale. Also known as bag dropoff.

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

BaggageStorageException

Baggage storage exception.

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

Concierge

Concierge. Hotel staff member(s) responsible for facilitating an easy, comfortable stay through making reservations for meals, sourcing theater tickets, arranging tours, finding a doctor, making recommendations, and answering questions.

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

ConciergeException

Concierge exception.

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

ConvenienceStore

Convenience store. A shop at the hotel primarily selling snacks, drinks, non-prescription medicines, health and beauty aids, magazines and newspapers.

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

ConvenienceStoreException

Convenience store exception.

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

CurrencyExchange

Currency exchange. A staff member or automated machine tasked with the transaction of providing the native currency of the hotel's locale in exchange for the foreign currency provided by a guest.

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

CurrencyExchangeException

Currency exchange exception.

Declaration
[JsonProperty("currencyExchangeException")]
public virtual string CurrencyExchangeException { 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

Elevator

Elevator. A passenger elevator that transports guests from one story to another. Also known as lift.

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

ElevatorException

Elevator exception.

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

FrontDesk

Front desk. A counter or desk in the lobby or the immediate interior of the hotel where a member of the staff greets guests and processes the information related to their stay (including check-in and check-out). May or may not be manned and open 24/7.

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

FrontDeskException

Front desk exception.

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

FullServiceLaundry

Full service laundry. Laundry and dry cleaning facilitated and handled by the hotel on behalf of the guest. Does not include the provision for guests to do their own laundry in on-site machines.

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

FullServiceLaundryException

Full service laundry exception.

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

GiftShop

Gift shop. An on-site store primarily selling souvenirs, mementos and other gift items. May or may not also sell sundries, magazines and newspapers, clothing, or snacks.

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

GiftShopException

Gift shop exception.

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

LanguagesSpoken

Languages spoken by at least one staff member.

Declaration
[JsonProperty("languagesSpoken")]
public virtual IList<LanguageSpoken> LanguagesSpoken { get; set; }
Property Value
Type Description
IList<LanguageSpoken>

SelfServiceLaundry

Self service laundry. On-site clothes washers and dryers accessible to guests for the purpose of washing and drying their own clothes. May or may not require payment to use the machines.

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

SelfServiceLaundryException

Self service laundry exception.

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

SocialHour

Social hour. A reception with complimentary soft drinks, tea, coffee, wine and/or cocktails in the afternoon or evening. Can be hosted by hotel staff or guests may serve themselves. Also known as wine hour. The availability of coffee/tea in the lobby throughout the day does not constitute a social or wine hour.

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

SocialHourException

Social hour exception.

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

TwentyFourHourFrontDesk

24hr front desk. Front desk is staffed 24 hours a day.

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

TwentyFourHourFrontDeskException

24hr front desk exception.

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

WakeUpCalls

Wake up calls. By direction of the guest, a hotel staff member will phone the guest unit at the requested hour. Also known as morning call.

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

WakeUpCallsException

Wake up calls exception.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX