Show / Hide Table of Contents

Class EnhancedCleaning

Enhanced cleaning measures implemented by the hotel during COVID-19.

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

Properties

CommercialGradeDisinfectantCleaning

Commercial-grade disinfectant used to clean the property.

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

CommercialGradeDisinfectantCleaningException

Commercial grade disinfectant cleaning exception.

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

CommonAreasEnhancedCleaning

Enhanced cleaning of common areas.

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

CommonAreasEnhancedCleaningException

Common areas enhanced cleaning exception.

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

EmployeesTrainedCleaningProcedures

Employees trained in COVID-19 cleaning procedures.

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

EmployeesTrainedCleaningProceduresException

Employees trained cleaning procedures exception.

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

EmployeesTrainedThoroughHandWashing

Employees trained in thorough hand-washing.

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

EmployeesTrainedThoroughHandWashingException

Employees trained thorough hand washing exception.

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

EmployeesWearProtectiveEquipment

Employees wear masks, face shields, and/or gloves.

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

EmployeesWearProtectiveEquipmentException

Employees wear protective equipment exception.

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

GuestRoomsEnhancedCleaning

Enhanced cleaning of guest rooms.

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

GuestRoomsEnhancedCleaningException

Guest rooms enhanced cleaning exception.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX