View Source GoogleApi.MyBusinessLodging.V1.Model.PersonalProtection (google_api_my_business_lodging v0.3.0)

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

Attributes

  • commonAreasOfferSanitizingItems (type: boolean(), default: nil) - Hand-sanitizer and/or sanitizing wipes are offered in common areas.
  • commonAreasOfferSanitizingItemsException (type: String.t, default: nil) - Common areas offer sanitizing items exception.
  • faceMaskRequired (type: boolean(), default: nil) - Masks required on the property.
  • faceMaskRequiredException (type: String.t, default: nil) - Face mask required exception.
  • guestRoomHygieneKitsAvailable (type: boolean(), default: nil) - In-room hygiene kits with masks, hand sanitizer, and/or antibacterial wipes.
  • guestRoomHygieneKitsAvailableException (type: String.t, default: nil) - Guest room hygiene kits available exception.
  • protectiveEquipmentAvailable (type: boolean(), default: nil) - Masks and/or gloves available for guests.
  • protectiveEquipmentAvailableException (type: String.t, default: nil) - Protective equipment available exception.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MyBusinessLodging.V1.Model.PersonalProtection{
  commonAreasOfferSanitizingItems: boolean() | nil,
  commonAreasOfferSanitizingItemsException: String.t() | nil,
  faceMaskRequired: boolean() | nil,
  faceMaskRequiredException: String.t() | nil,
  guestRoomHygieneKitsAvailable: boolean() | nil,
  guestRoomHygieneKitsAvailableException: String.t() | nil,
  protectiveEquipmentAvailable: boolean() | nil,
  protectiveEquipmentAvailableException: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.