class Google::Apis::MybusinesslodgingV1::EnhancedCleaning

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

Attributes

commercial_grade_disinfectant_cleaning[RW]

Commercial-grade disinfectant used to clean the property. Corresponds to the JSON property `commercialGradeDisinfectantCleaning` @return [Boolean]

commercial_grade_disinfectant_cleaning?[RW]

Commercial-grade disinfectant used to clean the property. Corresponds to the JSON property `commercialGradeDisinfectantCleaning` @return [Boolean]

commercial_grade_disinfectant_cleaning_exception[RW]

Commercial grade disinfectant cleaning exception. Corresponds to the JSON property `commercialGradeDisinfectantCleaningException` @return [String]

common_areas_enhanced_cleaning[RW]

Enhanced cleaning of common areas. Corresponds to the JSON property `commonAreasEnhancedCleaning` @return [Boolean]

common_areas_enhanced_cleaning?[RW]

Enhanced cleaning of common areas. Corresponds to the JSON property `commonAreasEnhancedCleaning` @return [Boolean]

common_areas_enhanced_cleaning_exception[RW]

Common areas enhanced cleaning exception. Corresponds to the JSON property `commonAreasEnhancedCleaningException` @return [String]

employees_trained_cleaning_procedures[RW]

Employees trained in COVID-19 cleaning procedures. Corresponds to the JSON property `employeesTrainedCleaningProcedures` @return [Boolean]

employees_trained_cleaning_procedures?[RW]

Employees trained in COVID-19 cleaning procedures. Corresponds to the JSON property `employeesTrainedCleaningProcedures` @return [Boolean]

employees_trained_cleaning_procedures_exception[RW]

Employees trained cleaning procedures exception. Corresponds to the JSON property `employeesTrainedCleaningProceduresException` @return [String]

employees_trained_thorough_hand_washing[RW]

Employees trained in thorough hand-washing. Corresponds to the JSON property `employeesTrainedThoroughHandWashing` @return [Boolean]

employees_trained_thorough_hand_washing?[RW]

Employees trained in thorough hand-washing. Corresponds to the JSON property `employeesTrainedThoroughHandWashing` @return [Boolean]

employees_trained_thorough_hand_washing_exception[RW]

Employees trained thorough hand washing exception. Corresponds to the JSON property `employeesTrainedThoroughHandWashingException` @return [String]

employees_wear_protective_equipment[RW]

Employees wear masks, face shields, and/or gloves. Corresponds to the JSON property `employeesWearProtectiveEquipment` @return [Boolean]

employees_wear_protective_equipment?[RW]

Employees wear masks, face shields, and/or gloves. Corresponds to the JSON property `employeesWearProtectiveEquipment` @return [Boolean]

employees_wear_protective_equipment_exception[RW]

Employees wear protective equipment exception. Corresponds to the JSON property `employeesWearProtectiveEquipmentException` @return [String]

guest_rooms_enhanced_cleaning[RW]

Enhanced cleaning of guest rooms. Corresponds to the JSON property `guestRoomsEnhancedCleaning` @return [Boolean]

guest_rooms_enhanced_cleaning?[RW]

Enhanced cleaning of guest rooms. Corresponds to the JSON property `guestRoomsEnhancedCleaning` @return [Boolean]

guest_rooms_enhanced_cleaning_exception[RW]

Guest rooms enhanced cleaning exception. Corresponds to the JSON property `guestRoomsEnhancedCleaningException` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/mybusinesslodging_v1/classes.rb, line 581
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

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