class Google::Apis::MybusinesslodgingV1::EnhancedCleaning
Enhanced cleaning measures implemented by the hotel during COVID-19.
Attributes
Commercial-grade disinfectant used to clean the property. Corresponds to the JSON property `commercialGradeDisinfectantCleaning` @return [Boolean]
Commercial-grade disinfectant used to clean the property. Corresponds to the JSON property `commercialGradeDisinfectantCleaning` @return [Boolean]
Commercial grade disinfectant cleaning exception. Corresponds to the JSON property `commercialGradeDisinfectantCleaningException` @return [String]
Enhanced cleaning of common areas. Corresponds to the JSON property `commonAreasEnhancedCleaning` @return [Boolean]
Enhanced cleaning of common areas. Corresponds to the JSON property `commonAreasEnhancedCleaning` @return [Boolean]
Common areas enhanced cleaning exception. Corresponds to the JSON property `commonAreasEnhancedCleaningException` @return [String]
Employees trained in COVID-19 cleaning procedures. Corresponds to the JSON property `employeesTrainedCleaningProcedures` @return [Boolean]
Employees trained in COVID-19 cleaning procedures. Corresponds to the JSON property `employeesTrainedCleaningProcedures` @return [Boolean]
Employees trained cleaning procedures exception. Corresponds to the JSON property `employeesTrainedCleaningProceduresException` @return [String]
Employees trained in thorough hand-washing. Corresponds to the JSON property `employeesTrainedThoroughHandWashing` @return [Boolean]
Employees trained in thorough hand-washing. Corresponds to the JSON property `employeesTrainedThoroughHandWashing` @return [Boolean]
Employees trained thorough hand washing exception. Corresponds to the JSON property `employeesTrainedThoroughHandWashingException` @return [String]
Employees wear masks, face shields, and/or gloves. Corresponds to the JSON property `employeesWearProtectiveEquipment` @return [Boolean]
Employees wear masks, face shields, and/or gloves. Corresponds to the JSON property `employeesWearProtectiveEquipment` @return [Boolean]
Employees wear protective equipment exception. Corresponds to the JSON property `employeesWearProtectiveEquipmentException` @return [String]
Enhanced cleaning of guest rooms. Corresponds to the JSON property `guestRoomsEnhancedCleaning` @return [Boolean]
Enhanced cleaning of guest rooms. Corresponds to the JSON property `guestRoomsEnhancedCleaning` @return [Boolean]
Guest rooms enhanced cleaning exception. Corresponds to the JSON property `guestRoomsEnhancedCleaningException` @return [String]
Public Class Methods
# File lib/google/apis/mybusinesslodging_v1/classes.rb, line 581 def initialize(**args) update!(**args) end
Public Instance Methods
Update properties of this object
# File lib/google/apis/mybusinesslodging_v1/classes.rb, line 586 def update!(**args) @commercial_grade_disinfectant_cleaning = args[:commercial_grade_disinfectant_cleaning] if args.key?(:commercial_grade_disinfectant_cleaning) @commercial_grade_disinfectant_cleaning_exception = args[:commercial_grade_disinfectant_cleaning_exception] if args.key?(:commercial_grade_disinfectant_cleaning_exception) @common_areas_enhanced_cleaning = args[:common_areas_enhanced_cleaning] if args.key?(:common_areas_enhanced_cleaning) @common_areas_enhanced_cleaning_exception = args[:common_areas_enhanced_cleaning_exception] if args.key?(:common_areas_enhanced_cleaning_exception) @employees_trained_cleaning_procedures = args[:employees_trained_cleaning_procedures] if args.key?(:employees_trained_cleaning_procedures) @employees_trained_cleaning_procedures_exception = args[:employees_trained_cleaning_procedures_exception] if args.key?(:employees_trained_cleaning_procedures_exception) @employees_trained_thorough_hand_washing = args[:employees_trained_thorough_hand_washing] if args.key?(:employees_trained_thorough_hand_washing) @employees_trained_thorough_hand_washing_exception = args[:employees_trained_thorough_hand_washing_exception] if args.key?(:employees_trained_thorough_hand_washing_exception) @employees_wear_protective_equipment = args[:employees_wear_protective_equipment] if args.key?(:employees_wear_protective_equipment) @employees_wear_protective_equipment_exception = args[:employees_wear_protective_equipment_exception] if args.key?(:employees_wear_protective_equipment_exception) @guest_rooms_enhanced_cleaning = args[:guest_rooms_enhanced_cleaning] if args.key?(:guest_rooms_enhanced_cleaning) @guest_rooms_enhanced_cleaning_exception = args[:guest_rooms_enhanced_cleaning_exception] if args.key?(:guest_rooms_enhanced_cleaning_exception) end