class Google::Apis::MybusinesslodgingV1::PhysicalDistancing

Physical distancing measures implemented by the hotel during COVID-19.

Attributes

common_areas_physical_distancing_arranged[RW]

Common areas arranged to maintain physical distancing. Corresponds to the JSON property `commonAreasPhysicalDistancingArranged` @return [Boolean]

common_areas_physical_distancing_arranged?[RW]

Common areas arranged to maintain physical distancing. Corresponds to the JSON property `commonAreasPhysicalDistancingArranged` @return [Boolean]

common_areas_physical_distancing_arranged_exception[RW]

Common areas physical distancing arranged exception. Corresponds to the JSON property `commonAreasPhysicalDistancingArrangedException` @return [String]

physical_distancing_required[RW]

Physical distancing required. Corresponds to the JSON property `physicalDistancingRequired` @return [Boolean]

physical_distancing_required?[RW]

Physical distancing required. Corresponds to the JSON property `physicalDistancingRequired` @return [Boolean]

physical_distancing_required_exception[RW]

Physical distancing required exception. Corresponds to the JSON property `physicalDistancingRequiredException` @return [String]

safety_dividers[RW]

Safety dividers at front desk and other locations. Corresponds to the JSON property `safetyDividers` @return [Boolean]

safety_dividers?[RW]

Safety dividers at front desk and other locations. Corresponds to the JSON property `safetyDividers` @return [Boolean]

safety_dividers_exception[RW]

Safety dividers exception. Corresponds to the JSON property `safetyDividersException` @return [String]

shared_areas_limited_occupancy[RW]

Guest occupancy limited within shared facilities. Corresponds to the JSON property `sharedAreasLimitedOccupancy` @return [Boolean]

shared_areas_limited_occupancy?[RW]

Guest occupancy limited within shared facilities. Corresponds to the JSON property `sharedAreasLimitedOccupancy` @return [Boolean]

shared_areas_limited_occupancy_exception[RW]

Shared areas limited occupancy exception. Corresponds to the JSON property `sharedAreasLimitedOccupancyException` @return [String]

wellness_areas_have_private_spaces[RW]

Private spaces designated in spa and wellness areas. Corresponds to the JSON property `wellnessAreasHavePrivateSpaces` @return [Boolean]

wellness_areas_have_private_spaces?[RW]

Private spaces designated in spa and wellness areas. Corresponds to the JSON property `wellnessAreasHavePrivateSpaces` @return [Boolean]

wellness_areas_have_private_spaces_exception[RW]

Wellness areas have private spaces exception. Corresponds to the JSON property `wellnessAreasHavePrivateSpacesException` @return [String]

Public Class Methods

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