class Google::Apis::MybusinesslodgingV1::HealthAndSafety

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

Attributes

enhanced_cleaning[RW]

Enhanced cleaning measures implemented by the hotel during COVID-19. Corresponds to the JSON property `enhancedCleaning` @return [Google::Apis::MybusinesslodgingV1::EnhancedCleaning]

increased_food_safety[RW]

Increased food safety measures implemented by the hotel during COVID-19. Corresponds to the JSON property `increasedFoodSafety` @return [Google::Apis::MybusinesslodgingV1::IncreasedFoodSafety]

minimized_contact[RW]

Minimized contact measures implemented by the hotel during COVID-19. Corresponds to the JSON property `minimizedContact` @return [Google::Apis::MybusinesslodgingV1::MinimizedContact]

personal_protection[RW]

Personal protection measures implemented by the hotel during COVID-19. Corresponds to the JSON property `personalProtection` @return [Google::Apis::MybusinesslodgingV1::PersonalProtection]

physical_distancing[RW]

Physical distancing measures implemented by the hotel during COVID-19. Corresponds to the JSON property `physicalDistancing` @return [Google::Apis::MybusinesslodgingV1::PhysicalDistancing]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/mybusinesslodging_v1/classes.rb, line 1096
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 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