Show / Hide Table of Contents

Class IncreasedFoodSafety

Increased food safety measures implemented by the hotel during COVID-19.

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

Properties

DiningAreasAdditionalSanitation

Additional sanitation in dining areas.

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

DiningAreasAdditionalSanitationException

Dining areas additional sanitation exception.

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

DisposableFlatware

Disposable flatware.

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

DisposableFlatwareException

Disposable flatware exception.

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

FoodPreparationAndServingAdditionalSafety

Additional safety measures during food prep and serving.

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

FoodPreparationAndServingAdditionalSafetyException

Food preparation and serving additional safety exception.

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

IndividualPackagedMeals

Individually-packaged meals.

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

IndividualPackagedMealsException

Individual packaged meals exception.

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

SingleUseFoodMenus

Single-use menus.

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

SingleUseFoodMenusException

Single use food menus exception.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX