Class HealthAndSafety
Health and safety measures implemented by the hotel during COVID-19.
Implements
Inherited Members
Namespace: Google.Apis.MyBusinessLodging.v1.Data
Assembly: Google.Apis.MyBusinessLodging.v1.dll
Syntax
public class HealthAndSafety : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EnhancedCleaning
Enhanced cleaning measures implemented by the hotel during COVID-19.
Declaration
[JsonProperty("enhancedCleaning")]
public virtual EnhancedCleaning EnhancedCleaning { get; set; }
Property Value
Type | Description |
---|---|
EnhancedCleaning |
IncreasedFoodSafety
Increased food safety measures implemented by the hotel during COVID-19.
Declaration
[JsonProperty("increasedFoodSafety")]
public virtual IncreasedFoodSafety IncreasedFoodSafety { get; set; }
Property Value
Type | Description |
---|---|
IncreasedFoodSafety |
MinimizedContact
Minimized contact measures implemented by the hotel during COVID-19.
Declaration
[JsonProperty("minimizedContact")]
public virtual MinimizedContact MinimizedContact { get; set; }
Property Value
Type | Description |
---|---|
MinimizedContact |
PersonalProtection
Personal protection measures implemented by the hotel during COVID-19.
Declaration
[JsonProperty("personalProtection")]
public virtual PersonalProtection PersonalProtection { get; set; }
Property Value
Type | Description |
---|---|
PersonalProtection |
PhysicalDistancing
Physical distancing measures implemented by the hotel during COVID-19.
Declaration
[JsonProperty("physicalDistancing")]
public virtual PhysicalDistancing PhysicalDistancing { get; set; }
Property Value
Type | Description |
---|---|
PhysicalDistancing |