class Google::Apis::MybusinesslodgingV1::PhysicalDistancing
Physical distancing measures implemented by the hotel during COVID-19.
Attributes
Common areas arranged to maintain physical distancing. Corresponds to the JSON property `commonAreasPhysicalDistancingArranged` @return [Boolean]
Common areas arranged to maintain physical distancing. Corresponds to the JSON property `commonAreasPhysicalDistancingArranged` @return [Boolean]
Common areas physical distancing arranged exception. Corresponds to the JSON property `commonAreasPhysicalDistancingArrangedException` @return [String]
Physical distancing required. Corresponds to the JSON property `physicalDistancingRequired` @return [Boolean]
Physical distancing required. Corresponds to the JSON property `physicalDistancingRequired` @return [Boolean]
Physical distancing required exception. Corresponds to the JSON property `physicalDistancingRequiredException` @return [String]
Safety dividers at front desk and other locations. Corresponds to the JSON property `safetyDividers` @return [Boolean]
Safety dividers at front desk and other locations. Corresponds to the JSON property `safetyDividers` @return [Boolean]
Safety dividers exception. Corresponds to the JSON property `safetyDividersException` @return [String]
Private spaces designated in spa and wellness areas. Corresponds to the JSON property `wellnessAreasHavePrivateSpaces` @return [Boolean]
Private spaces designated in spa and wellness areas. Corresponds to the JSON property `wellnessAreasHavePrivateSpaces` @return [Boolean]
Wellness
areas have private spaces exception. Corresponds to the JSON property `wellnessAreasHavePrivateSpacesException` @return [String]
Public Class Methods
# File lib/google/apis/mybusinesslodging_v1/classes.rb, line 2983 def initialize(**args) update!(**args) end
Public Instance Methods
Update properties of this object
# File lib/google/apis/mybusinesslodging_v1/classes.rb, line 2988 def update!(**args) @common_areas_physical_distancing_arranged = args[:common_areas_physical_distancing_arranged] if args.key?(:common_areas_physical_distancing_arranged) @common_areas_physical_distancing_arranged_exception = args[:common_areas_physical_distancing_arranged_exception] if args.key?(:common_areas_physical_distancing_arranged_exception) @physical_distancing_required = args[:physical_distancing_required] if args.key?(:physical_distancing_required) @physical_distancing_required_exception = args[:physical_distancing_required_exception] if args.key?(:physical_distancing_required_exception) @safety_dividers = args[:safety_dividers] if args.key?(:safety_dividers) @safety_dividers_exception = args[:safety_dividers_exception] if args.key?(:safety_dividers_exception) @shared_areas_limited_occupancy = args[:shared_areas_limited_occupancy] if args.key?(:shared_areas_limited_occupancy) @shared_areas_limited_occupancy_exception = args[:shared_areas_limited_occupancy_exception] if args.key?(:shared_areas_limited_occupancy_exception) @wellness_areas_have_private_spaces = args[:wellness_areas_have_private_spaces] if args.key?(:wellness_areas_have_private_spaces) @wellness_areas_have_private_spaces_exception = args[:wellness_areas_have_private_spaces_exception] if args.key?(:wellness_areas_have_private_spaces_exception) end