View Source GoogleApi.MyBusinessLodging.V1.Model.MinimizedContact (google_api_my_business_lodging v0.4.0)
Minimized contact measures implemented by the hotel during COVID-19.
Attributes
-
contactlessCheckinCheckout
(type:boolean()
, default:nil
) - No-contact check-in and check-out. -
contactlessCheckinCheckoutException
(type:String.t
, default:nil
) - Contactless check-in check-out exception. -
digitalGuestRoomKeys
(type:boolean()
, default:nil
) - Keyless mobile entry to guest rooms. -
digitalGuestRoomKeysException
(type:String.t
, default:nil
) - Digital guest room keys exception. -
housekeepingScheduledRequestOnly
(type:boolean()
, default:nil
) - Housekeeping scheduled by request only. -
housekeepingScheduledRequestOnlyException
(type:String.t
, default:nil
) - Housekeeping scheduled request only exception. -
noHighTouchItemsCommonAreas
(type:boolean()
, default:nil
) - High-touch items, such as magazines, removed from common areas. -
noHighTouchItemsCommonAreasException
(type:String.t
, default:nil
) - No high touch items common areas exception. -
noHighTouchItemsGuestRooms
(type:boolean()
, default:nil
) - High-touch items, such as decorative pillows, removed from guest rooms. -
noHighTouchItemsGuestRoomsException
(type:String.t
, default:nil
) - No high touch items guest rooms exception. -
plasticKeycardsDisinfected
(type:boolean()
, default:nil
) - Plastic key cards are disinfected or discarded. -
plasticKeycardsDisinfectedException
(type:String.t
, default:nil
) - Plastic keycards disinfected exception. -
roomBookingsBuffer
(type:boolean()
, default:nil
) - Buffer maintained between room bookings. -
roomBookingsBufferException
(type:String.t
, default:nil
) - Room bookings buffer exception.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.MyBusinessLodging.V1.Model.MinimizedContact{ contactlessCheckinCheckout: boolean() | nil, contactlessCheckinCheckoutException: String.t() | nil, digitalGuestRoomKeys: boolean() | nil, digitalGuestRoomKeysException: String.t() | nil, housekeepingScheduledRequestOnly: boolean() | nil, housekeepingScheduledRequestOnlyException: String.t() | nil, noHighTouchItemsCommonAreas: boolean() | nil, noHighTouchItemsCommonAreasException: String.t() | nil, noHighTouchItemsGuestRooms: boolean() | nil, noHighTouchItemsGuestRoomsException: String.t() | nil, plasticKeycardsDisinfected: boolean() | nil, plasticKeycardsDisinfectedException: String.t() | nil, roomBookingsBuffer: boolean() | nil, roomBookingsBufferException: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.