class Google::Apis::MybusinesslodgingV1::HealthAndSafety
Health and safety measures implemented by the hotel during COVID-19.
Attributes
Enhanced cleaning measures implemented by the hotel during COVID-19. Corresponds to the JSON property `enhancedCleaning` @return [Google::Apis::MybusinesslodgingV1::EnhancedCleaning]
Increased food safety measures implemented by the hotel during COVID-19. Corresponds to the JSON property `increasedFoodSafety` @return [Google::Apis::MybusinesslodgingV1::IncreasedFoodSafety]
Minimized contact measures implemented by the hotel during COVID-19. Corresponds to the JSON property `minimizedContact` @return [Google::Apis::MybusinesslodgingV1::MinimizedContact]
Personal protection measures implemented by the hotel during COVID-19. Corresponds to the JSON property `personalProtection` @return [Google::Apis::MybusinesslodgingV1::PersonalProtection]
Physical distancing measures implemented by the hotel during COVID-19. Corresponds to the JSON property `physicalDistancing` @return [Google::Apis::MybusinesslodgingV1::PhysicalDistancing]
Public Class Methods
# File lib/google/apis/mybusinesslodging_v1/classes.rb, line 1096 def initialize(**args) update!(**args) end
Public Instance Methods
Update properties of this object
# File lib/google/apis/mybusinesslodging_v1/classes.rb, line 1101 def update!(**args) @enhanced_cleaning = args[:enhanced_cleaning] if args.key?(:enhanced_cleaning) @increased_food_safety = args[:increased_food_safety] if args.key?(:increased_food_safety) @minimized_contact = args[:minimized_contact] if args.key?(:minimized_contact) @personal_protection = args[:personal_protection] if args.key?(:personal_protection) @physical_distancing = args[:physical_distancing] if args.key?(:physical_distancing) end