Class GuestUnitFeatures
Features and available amenities in the guest unit.
Implements
Inherited Members
Namespace: Google.Apis.MyBusinessLodging.v1.Data
Assembly: Google.Apis.MyBusinessLodging.v1.dll
Syntax
public class GuestUnitFeatures : IDirectResponseSchema
Properties
BungalowOrVilla
Bungalow or villa. An independent structure that is part of a hotel or resort that is rented to one party for a vacation stay. The hotel or resort may be completely comprised of bungalows or villas, or they may be one of several guestroom options. Guests in the bungalows or villas most often have the same, if not more, amenities and services offered to guests in other guestroom types.
Declaration
[JsonProperty("bungalowOrVilla")]
public virtual bool? BungalowOrVilla { get; set; }
Property Value
Type | Description |
---|---|
bool? |
BungalowOrVillaException
Bungalow or villa exception.
Declaration
[JsonProperty("bungalowOrVillaException")]
public virtual string BungalowOrVillaException { get; set; }
Property Value
Type | Description |
---|---|
string |
ConnectingUnitAvailable
Connecting unit available. A guestroom type that features access to an adjacent guestroom for the purpose of booking both rooms. Most often used by families who need more than one room to accommodate the number of people in their group.
Declaration
[JsonProperty("connectingUnitAvailable")]
public virtual bool? ConnectingUnitAvailable { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ConnectingUnitAvailableException
Connecting unit available exception.
Declaration
[JsonProperty("connectingUnitAvailableException")]
public virtual string ConnectingUnitAvailableException { 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 |
ExecutiveFloor
Executive floor. A floor of the hotel where the guestrooms are only bookable by members of the hotel's frequent guest membership program. Benefits of this room class include access to a designated lounge which may or may not feature free breakfast, cocktails or other perks specific to members of the program.
Declaration
[JsonProperty("executiveFloor")]
public virtual bool? ExecutiveFloor { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ExecutiveFloorException
Executive floor exception.
Declaration
[JsonProperty("executiveFloorException")]
public virtual string ExecutiveFloorException { get; set; }
Property Value
Type | Description |
---|---|
string |
MaxAdultOccupantsCount
Max adult occupants count. The total number of adult guests allowed to stay overnight in the guestroom.
Declaration
[JsonProperty("maxAdultOccupantsCount")]
public virtual int? MaxAdultOccupantsCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
MaxAdultOccupantsCountException
Max adult occupants count exception.
Declaration
[JsonProperty("maxAdultOccupantsCountException")]
public virtual string MaxAdultOccupantsCountException { get; set; }
Property Value
Type | Description |
---|---|
string |
MaxChildOccupantsCount
Max child occupants count. The total number of children allowed to stay overnight in the room.
Declaration
[JsonProperty("maxChildOccupantsCount")]
public virtual int? MaxChildOccupantsCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
MaxChildOccupantsCountException
Max child occupants count exception.
Declaration
[JsonProperty("maxChildOccupantsCountException")]
public virtual string MaxChildOccupantsCountException { get; set; }
Property Value
Type | Description |
---|---|
string |
MaxOccupantsCount
Max occupants count. The total number of guests allowed to stay overnight in the guestroom.
Declaration
[JsonProperty("maxOccupantsCount")]
public virtual int? MaxOccupantsCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
MaxOccupantsCountException
Max occupants count exception.
Declaration
[JsonProperty("maxOccupantsCountException")]
public virtual string MaxOccupantsCountException { get; set; }
Property Value
Type | Description |
---|---|
string |
PrivateHome
Private home. A privately owned home (house, townhouse, apartment, cabin, bungalow etc) that may or not serve as the owner's residence, but is rented out in its entirety or by the room(s) to paying guest(s) for vacation stays. Not for lease-based, long-term residency.
Declaration
[JsonProperty("privateHome")]
public virtual bool? PrivateHome { get; set; }
Property Value
Type | Description |
---|---|
bool? |
PrivateHomeException
Private home exception.
Declaration
[JsonProperty("privateHomeException")]
public virtual string PrivateHomeException { get; set; }
Property Value
Type | Description |
---|---|
string |
Suite
Suite. A guestroom category that implies both a bedroom area and a separate living area. There may or may not be full walls and doors separating the two areas, but regardless, they are very distinct. Does not mean a couch or chair in a bedroom.
Declaration
[JsonProperty("suite")]
public virtual bool? Suite { get; set; }
Property Value
Type | Description |
---|---|
bool? |
SuiteException
Suite exception.
Declaration
[JsonProperty("suiteException")]
public virtual string SuiteException { get; set; }
Property Value
Type | Description |
---|---|
string |
Tier
Tier. Classification of the unit based on available features/amenities. A non-standard tier is only permitted if at least one other unit type falls under the standard tier.
Declaration
[JsonProperty("tier")]
public virtual string Tier { get; set; }
Property Value
Type | Description |
---|---|
string |
TierException
Tier exception.
Declaration
[JsonProperty("tierException")]
public virtual string TierException { get; set; }
Property Value
Type | Description |
---|---|
string |
TotalLivingAreas
Features available in the living areas in the guest unit.
Declaration
[JsonProperty("totalLivingAreas")]
public virtual LivingArea TotalLivingAreas { get; set; }
Property Value
Type | Description |
---|---|
LivingArea |
Views
Views available from the guest unit itself.
Declaration
[JsonProperty("views")]
public virtual ViewsFromUnit Views { get; set; }
Property Value
Type | Description |
---|---|
ViewsFromUnit |