class Google::Apis::MybusinesslodgingV1::PersonalProtection
Personal protection measures implemented by the hotel during COVID-19.
Attributes
Hand-sanitizer and/or sanitizing wipes are offered in common areas. Corresponds to the JSON property `commonAreasOfferSanitizingItems` @return [Boolean]
Hand-sanitizer and/or sanitizing wipes are offered in common areas. Corresponds to the JSON property `commonAreasOfferSanitizingItems` @return [Boolean]
Common areas offer sanitizing items exception. Corresponds to the JSON property `commonAreasOfferSanitizingItemsException` @return [String]
Masks required on the property. Corresponds to the JSON property `faceMaskRequired` @return [Boolean]
Masks required on the property. Corresponds to the JSON property `faceMaskRequired` @return [Boolean]
Face mask required exception. Corresponds to the JSON property `faceMaskRequiredException` @return [String]
In-room hygiene kits with masks, hand sanitizer, and/or antibacterial wipes. Corresponds to the JSON property `guestRoomHygieneKitsAvailable` @return [Boolean]
In-room hygiene kits with masks, hand sanitizer, and/or antibacterial wipes. Corresponds to the JSON property `guestRoomHygieneKitsAvailable` @return [Boolean]
Guest room hygiene kits available exception. Corresponds to the JSON property `guestRoomHygieneKitsAvailableException` @return [String]
Masks and/or gloves available for guests. Corresponds to the JSON property `protectiveEquipmentAvailable` @return [Boolean]
Masks and/or gloves available for guests. Corresponds to the JSON property `protectiveEquipmentAvailable` @return [Boolean]
Protective equipment available exception. Corresponds to the JSON property `protectiveEquipmentAvailableException` @return [String]
Public Class Methods
# File lib/google/apis/mybusinesslodging_v1/classes.rb, line 2835 def initialize(**args) update!(**args) end
Public Instance Methods
Update properties of this object
# File lib/google/apis/mybusinesslodging_v1/classes.rb, line 2840 def update!(**args) @common_areas_offer_sanitizing_items = args[:common_areas_offer_sanitizing_items] if args.key?(:common_areas_offer_sanitizing_items) @common_areas_offer_sanitizing_items_exception = args[:common_areas_offer_sanitizing_items_exception] if args.key?(:common_areas_offer_sanitizing_items_exception) @face_mask_required = args[:face_mask_required] if args.key?(:face_mask_required) @face_mask_required_exception = args[:face_mask_required_exception] if args.key?(:face_mask_required_exception) @guest_room_hygiene_kits_available = args[:guest_room_hygiene_kits_available] if args.key?(:guest_room_hygiene_kits_available) @guest_room_hygiene_kits_available_exception = args[:guest_room_hygiene_kits_available_exception] if args.key?(:guest_room_hygiene_kits_available_exception) @protective_equipment_available = args[:protective_equipment_available] if args.key?(:protective_equipment_available) @protective_equipment_available_exception = args[:protective_equipment_available_exception] if args.key?(:protective_equipment_available_exception) end