Show / Hide Table of Contents

Class HealthAndSafety

Health and safety measures implemented by the hotel during COVID-19.

Inheritance
object
HealthAndSafety
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX