class Google::Apis::MybusinesslodgingV1::PersonalProtection

Personal protection measures implemented by the hotel during COVID-19.

Attributes

common_areas_offer_sanitizing_items[RW]

Hand-sanitizer and/or sanitizing wipes are offered in common areas. Corresponds to the JSON property `commonAreasOfferSanitizingItems` @return [Boolean]

common_areas_offer_sanitizing_items?[RW]

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[RW]

Common areas offer sanitizing items exception. Corresponds to the JSON property `commonAreasOfferSanitizingItemsException` @return [String]

face_mask_required[RW]

Masks required on the property. Corresponds to the JSON property `faceMaskRequired` @return [Boolean]

face_mask_required?[RW]

Masks required on the property. Corresponds to the JSON property `faceMaskRequired` @return [Boolean]

face_mask_required_exception[RW]

Face mask required exception. Corresponds to the JSON property `faceMaskRequiredException` @return [String]

guest_room_hygiene_kits_available[RW]

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?[RW]

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[RW]

Guest room hygiene kits available exception. Corresponds to the JSON property `guestRoomHygieneKitsAvailableException` @return [String]

protective_equipment_available[RW]

Masks and/or gloves available for guests. Corresponds to the JSON property `protectiveEquipmentAvailable` @return [Boolean]

protective_equipment_available?[RW]

Masks and/or gloves available for guests. Corresponds to the JSON property `protectiveEquipmentAvailable` @return [Boolean]

protective_equipment_available_exception[RW]

Protective equipment available exception. Corresponds to the JSON property `protectiveEquipmentAvailableException` @return [String]

Public Class Methods

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