Show / Hide Table of Contents

Class FoodAndDrink

Meals, snacks, and beverages available at the property.

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

Properties

Bar

Bar. A designated room, lounge or area of an on-site restaurant with seating at a counter behind which a hotel staffer takes the guest's order and provides the requested alcoholic drink. Can be indoors or outdoors. Also known as Pub.

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

BarException

Bar exception.

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

BreakfastAvailable

Breakfast available. The morning meal is offered to all guests. Can be free or for a fee.

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

BreakfastAvailableException

Breakfast available exception.

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

BreakfastBuffet

Breakfast buffet. Breakfast meal service where guests serve themselves from a variety of dishes/foods that are put out on a table.

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

BreakfastBuffetException

Breakfast buffet exception.

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

Buffet

Buffet. A type of meal where guests serve themselves from a variety of dishes/foods that are put out on a table. Includes lunch and/or dinner meals. A breakfast-only buffet is not sufficient.

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

BuffetException

Buffet exception.

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

DinnerBuffet

Dinner buffet. Dinner meal service where guests serve themselves from a variety of dishes/foods that are put out on a table.

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

DinnerBuffetException

Dinner buffet exception.

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

FreeBreakfast

Free breakfast. Breakfast is offered for free to all guests. Does not apply if limited to certain room packages.

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

FreeBreakfastException

Free breakfast exception.

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

Restaurant

Restaurant. A business onsite at the hotel that is open to the public as well as guests, and offers meals and beverages to consume at tables or counters. May or may not include table service. Also known as cafe, buffet, eatery. A "breakfast room" where the hotel serves breakfast only to guests (not the general public) does not count as a restaurant.

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

RestaurantException

Restaurant exception.

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

RestaurantsCount

Restaurants count. The number of restaurants at the hotel.

Declaration
[JsonProperty("restaurantsCount")]
public virtual int? RestaurantsCount { get; set; }
Property Value
Type Description
int?

RestaurantsCountException

Restaurants count exception.

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

RoomService

Room service. A hotel staffer delivers meals prepared onsite to a guest's room as per their request. May or may not be available during specific hours. Services should be available to all guests (not based on rate/room booked/reward program, etc).

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

RoomServiceException

Room service exception.

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

TableService

Table service. A restaurant in which a staff member is assigned to a guest's table to take their order, deliver and clear away food, and deliver the bill, if applicable. Also known as sit-down restaurant.

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

TableServiceException

Table service exception.

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

TwentyFourHourRoomService

24hr room service. Room service is available 24 hours a day.

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

TwentyFourHourRoomServiceException

24hr room service exception.

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

VendingMachine

Vending machine. A glass-fronted mechanized cabinet displaying and dispensing snacks and beverages for purchase by coins, paper money and/or credit cards.

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

VendingMachineException

Vending machine exception.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX